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

Preserve case of inputs for rendering #84

Closed gshutler closed 9 years ago

gshutler commented 9 years ago

Uses Match#original_choice for rendering instead of Match#choice

Resolves the bug mentioned in #80

garybernhardt commented 9 years ago

Thanks!