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
1 changed files with 0 additions and 1 deletions

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