Merge pull request #2277 from chaucerbao/feature/redraw-after-open

Center the result after `ale#util#Open` jumps
This commit is contained in:
w0rp 2019-02-10 23:34:21 +00:00 committed by GitHub
commit 752e6f0ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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