mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-10 21:42:31 +08:00
Force Vim to redraw after ale#util#Open
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user