Skip to content

Commit

Permalink
Fix: Zoom->Unzoom bug, from urbainvaes
Browse files Browse the repository at this point in the history
Fixes issue junegunn/vim-peekaboo:junegunn#50
  • Loading branch information
ixil committed Dec 21, 2020
1 parent cc4469c commit b9a8ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/peekaboo.vim
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ function! peekaboo#aboo()

if zoom
tab close
noautocmd execute 'tabnext' positions.current.tab
let [&showtabline, &laststatus] = [stl, lst]
call s:gv(visualmode, visible)
endif
Expand Down

0 comments on commit b9a8ede

Please sign in to comment.