Skip to content

Commit

Permalink
Version 24
Browse files Browse the repository at this point in the history
new     : g:ZoomWin_funcref (holds name of function to be called whenever ZoomWin changes state); see :help g:ZoomWin_funcref
improved: supports saving and restoring of window variables across zooms
bugfix  : saves and restores local options for every window
  • Loading branch information
Charles Campbell authored and vim-scripts committed Jul 2, 2012
1 parent e7ee18e commit ac6474a
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 68 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -21,7 +21,7 @@ The idea is to make it easy to zoom into and out of a window. ZoomWin supports


* Session files are guaranteed to be unique to each vim session, so multiple vims can use zoom-in/out without interfering with one another * Session files are guaranteed to be unique to each vim session, so multiple vims can use zoom-in/out without interfering with one another


A later version may be available at http://mysite.verizon.net/astronaut/vim/index.html#ZOOMWIN . A later version may be available at http://www.drchip.org/astronaut/vim/index.html#ZOOMWIN .


When zooming in, ZoomWin's window is full sized, with no loss of screen space to status lines for other windows, unlike vimscript#1280 (ToggleOnly), for those vims compiled with the +mksession feature. For those vims without that feature, v21 ZoomWin now supports partial-zoom-in (leaves a status line behind for each window). When zooming in, ZoomWin's window is full sized, with no loss of screen space to status lines for other windows, unlike vimscript#1280 (ToggleOnly), for those vims compiled with the +mksession feature. For those vims without that feature, v21 ZoomWin now supports partial-zoom-in (leaves a status line behind for each window).


Expand Down

0 comments on commit ac6474a

Please sign in to comment.