m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Updated Examples (vim) (markdown)

Junegunn Choi
2015-05-18 09:53:38 +09:00
parent 74c0e30e83
commit 47b6a0a2d0

@@ -114,7 +114,7 @@ function! s:ag_handler(lines)
let cmd = get({'ctrl-x': 'split', 'ctrl-v': 'vertical split', 'ctrl-t': 'tabe'}, key, 'e')
execute cmd escape(file, ' %#\')
execute line
execute 'normal!' col.'|'
execute 'normal!' col.'|zz'
endfunction
command! -nargs=1 Ag call fzf#run({