mirror of
https://github.com/dense-analysis/ale
synced 2025-02-08 00:11:43 +00:00
Replace normal
with normal!
This commit is contained in:
parent
9f63bec12c
commit
70b95f16c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user