Center the line within the viewport after a jump

This commit is contained in:
Alvin Chan 2019-02-05 16:27:13 -08:00
parent a4ed9a1c35
commit 7ce481c8f6
1 changed files with 1 additions and 0 deletions

View File

@ -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