mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 12:44:24 +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
|
||||
call cursor(0, first.col)
|
||||
endif
|
||||
normal! zz
|
||||
normal! zvzz
|
||||
catch
|
||||
endtry
|
||||
|
||||
|
||||
Reference in New Issue
Block a user