diff options
author | Alvin Chan <aschan@gmail.com> | 2019-02-05 16:31:02 -0800 |
---|---|---|
committer | Alvin Chan <aschan@gmail.com> | 2019-02-05 16:31:02 -0800 |
commit | 9f63bec12c487652a931cd2a4f9c977b0d657bb7 (patch) | |
tree | 9741d10a54ba42c613ecbd41023a42ef79de2cbd /autoload | |
parent | 7ce481c8f6e58152dfa5934e60a99e56bf785f1d (diff) | |
download | ale-9f63bec12c487652a931cd2a4f9c977b0d657bb7.zip |
Remove the `redraw` since it's implicit with the `zz`
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/ale/util.vim | 1 |
1 files changed, 0 insertions, 1 deletions
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 |