FixUp: use normal! to avoid user mappings, thanks vint!
This commit is contained in:
parent
7ca51f8f08
commit
ef4a6fc10c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue