Replace normal
with normal!
This commit is contained in:
parent
9f63bec12c
commit
70b95f16c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue