mirror of
https://github.com/dense-analysis/ale
synced 2024-12-24 07:02:52 +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
|
endif
|
||||||
|
|
||||||
call cursor(a:line, a:column)
|
call cursor(a:line, a:column)
|
||||||
|
redraw!
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
let g:ale#util#error_priority = 5
|
let g:ale#util#error_priority = 5
|
||||||
|
Loading…
Reference in New Issue
Block a user