From 3db8d503319723c8c1a2950fdcc04f7684c8aa82 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Mon, 29 Sep 2014 21:00:13 -0700 Subject: silent causing issues for OS X users apparently See garybernhardt/selecta#56 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9f02f5c..33203ea 100644 --- 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 -- cgit v1.2.3