garybernhardt / selecta

A fuzzy text selector for files and anything else you need to select. Use it from vim, from the command line, or anywhere you can run a shell command.
MIT License
1.34k stars 81 forks source link

Make selecta warning-free #59

Closed teoljungberg closed 10 years ago

teoljungberg commented 10 years ago

Don't assign unused variables

garybernhardt commented 10 years ago

I rewrote the unused variable hunks to avoid _, but thanks for pointing this out.