FixUp: use normal! to avoid user mappings, thanks vint!

This commit is contained in:
Ben Jackson 2020-01-19 10:28:34 +00:00
commit ef4a6fc10c

View file

@ -132,7 +132,7 @@ function! s:_OnCommandEvent( category, id, data, event ) abort
let cw = winnr()
try
execute w . 'wincmd w'
normal Gz.
normal! Gz.
finally
execute cw . 'wincmd w'
endtry