mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-09 22:14:44 +08:00
Remove the redraw since it's implicit with the zz
This commit is contained in:
@@ -111,7 +111,6 @@ function! ale#util#Open(filename, line, column, options) abort
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
call cursor(a:line, a:column)
|
call cursor(a:line, a:column)
|
||||||
redraw!
|
|
||||||
normal zz
|
normal zz
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user