From a4ed9a1c35f27ae58b61986faa261a1c51876408 Mon Sep 17 00:00:00 2001 From: Alvin Chan Date: Tue, 5 Feb 2019 16:13:58 -0800 Subject: [PATCH] Force Vim to `redraw` after `ale#util#Open` --- autoload/ale/util.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/ale/util.vim b/autoload/ale/util.vim index ee9359f8..47e22070 100644 --- a/autoload/ale/util.vim +++ b/autoload/ale/util.vim @@ -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