From c2dd0775b068c1908e7a7a137777833c253f192c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 14 May 2015 22:46:54 +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 36ced41..ef8a132 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -118,7 +118,7 @@ function! s:ag_handler(lines) endfunction command! -nargs=1 Ag call fzf#run({ -\ 'source': 'ag --nogroup --column --color ', +\ 'source': 'ag --nogroup --column --color "'.escape(, '"\').'"', \ 'sink*': function('ag_handler'), \ 'options': '--ansi --expect=ctrl-t,ctrl-v,ctrl-x --no-multi', \ 'down': '50%'