mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 20:54:28 +08:00
Unfold jumped line in grep sink (#1277)
This commit is contained in:
@@ -769,7 +769,7 @@ function! s:ag_handler(lines, has_column)
|
|||||||
if a:has_column
|
if a:has_column
|
||||||
call cursor(0, first.col)
|
call cursor(0, first.col)
|
||||||
endif
|
endif
|
||||||
normal! zz
|
normal! zvzz
|
||||||
catch
|
catch
|
||||||
endtry
|
endtry
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user