From 70b95f16c36b943ce17802730ce33e2691691f1e Mon Sep 17 00:00:00 2001 From: Alvin Chan Date: Tue, 5 Feb 2019 16:37:26 -0800 Subject: Replace `normal` with `normal!` --- autoload/ale/util.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/ale/util.vim b/autoload/ale/util.vim index a5fe3d4c..1ed6b0d1 100644 --- a/autoload/ale/util.vim +++ b/autoload/ale/util.vim @@ -111,7 +111,7 @@ function! ale#util#Open(filename, line, column, options) abort endif call cursor(a:line, a:column) - normal zz + normal! zz endfunction let g:ale#util#error_priority = 5 -- cgit v1.2.3