m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Updated Examples (vim) (markdown)

Junegunn Choi
2015-05-14 22:46:54 +09:00
parent 5495abc0fe
commit c2dd0775b0

@@ -118,7 +118,7 @@ function! s:ag_handler(lines)
endfunction
command! -nargs=1 Ag call fzf#run({
\ 'source': 'ag --nogroup --column --color <q-args>',
\ 'source': 'ag --nogroup --column --color "'.escape(<q-args>, '"\').'"',
\ 'sink*': function('<sid>ag_handler'),
\ 'options': '--ansi --expect=ctrl-t,ctrl-v,ctrl-x --no-multi',
\ 'down': '50%'