Unfold jumped line in grep sink (#1277)

This commit is contained in:
Ben
2021-08-17 03:17:51 -04:00
committed by GitHub
parent e34f6c129d
commit b1afeca8cc

View File

@@ -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