From a35a6a718ec7c98d9b6020b30f98ba91659780d8 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 21 Jul 2015 00:46:51 +0900 Subject: [PATCH] Updated Examples (vim) (markdown) --- Examples-(vim).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples-(vim).md b/Examples-(vim).md index 39cfce0..306e1bb 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -152,7 +152,7 @@ command! -nargs=* Ag call fzf#run({ \ 'source': printf('ag --nogroup --column --color "%s"', \ escape(empty() ? '^(?=.)' : , '"\')), \ 'sink*': function('ag_handler'), -\ 'options': '--ansi --no-hscroll --expect=ctrl-t,ctrl-v,ctrl-x '. +\ 'options': '--ansi --expect=ctrl-t,ctrl-v,ctrl-x '. \ '--multi --bind ctrl-a:select-all,ctrl-d:deselect-all '. \ '--color hl:68,hl+:110', \ 'down': '50%'