mirror of
https://github.com/dense-analysis/ale
synced 2024-12-23 22:53:40 +00:00
Force Vim to redraw
after ale#util#Open
This commit is contained in:
parent
067601e9db
commit
a4ed9a1c35
@ -111,6 +111,7 @@ function! ale#util#Open(filename, line, column, options) abort
|
||||
endif
|
||||
|
||||
call cursor(a:line, a:column)
|
||||
redraw!
|
||||
endfunction
|
||||
|
||||
let g:ale#util#error_priority = 5
|
||||
|
Loading…
Reference in New Issue
Block a user