Center the line within the viewport after a jump
This commit is contained in:
parent
a4ed9a1c35
commit
7ce481c8f6
@ -112,6 +112,7 @@ function! ale#util#Open(filename, line, column, options) abort
|
||||
|
||||
call cursor(a:line, a:column)
|
||||
redraw!
|
||||
normal zz
|
||||
endfunction
|
||||
|
||||
let g:ale#util#error_priority = 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user