Replace `normal` with `normal!`

This commit is contained in:
Alvin Chan 2019-02-05 16:37:26 -08:00
parent 9f63bec12c
commit 70b95f16c3
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ function! ale#util#Open(filename, line, column, options) abort
endif
call cursor(a:line, a:column)
normal zz
normal! zz
endfunction
let g:ale#util#error_priority = 5