From 9f63bec12c487652a931cd2a4f9c977b0d657bb7 Mon Sep 17 00:00:00 2001 From: Alvin Chan Date: Tue, 5 Feb 2019 16:31:02 -0800 Subject: [PATCH] Remove the `redraw` since it's implicit with the `zz` --- autoload/ale/util.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/ale/util.vim b/autoload/ale/util.vim index a12bcac2..a5fe3d4c 100644 --- a/autoload/ale/util.vim +++ b/autoload/ale/util.vim @@ -111,7 +111,6 @@ function! ale#util#Open(filename, line, column, options) abort endif call cursor(a:line, a:column) - redraw! normal zz endfunction