From 47b6a0a2d0abf8e3511f11587a56fa49648fe3a7 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 18 May 2015 09:53:38 +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 ef8a132..a770524 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -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({