fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit 668b3551d9a390610b2d4b2fdcd7ebbfddb517dc
parent cc03cd2936f7650d032ebb57624b795215eca684
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Mon, 29 Sep 2014 21:00:13 -0700

silent causing issues for OS X users apparently

See garybernhardt/selecta#56

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -25,7 +25,7 @@ fzy can be integrated very simply in vim. There is also [fzy-vim](https://github ``` vim function! FzyCommand(choice_command, vim_command) try - silent let output = system(a:choice_command . " | fzy ") + let output = system(a:choice_command . " | fzy ") catch /Vim:Interrupt/ " Swallow errors from ^C, allow redraw! below endtry