Remove the redraw since it's implicit with the zz

This commit is contained in:
Alvin Chan 2019-02-05 16:31:02 -08:00
parent 7ce481c8f6
commit 9f63bec12c

View File

@ -111,7 +111,6 @@ function! ale#util#Open(filename, line, column, options) abort
endif
call cursor(a:line, a:column)
redraw!
normal zz
endfunction