Add full-screen options
commitc1809cb666f0e3440f6db825fe54f0d3d46e2e78
authorNico Weber <nicolasweber@gmx.de>
Tue, 18 Mar 2008 18:52:59 +0000 (18 19:52 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Tue, 18 Mar 2008 18:52:59 +0000 (18 19:52 +0100)
tree367efc4845c986f0d1811c2c15ab9b9306678c66
parent187181a67d19d2f32ecd7c0338a6dac06ec9b8d3
Add full-screen options

When entering full-screen the 'fuoptions' option is used to determine
whether the vim view should maximize in the vertical and/or horizontal
directions.  The previous rows/columns are restored upon returning to
windowed mode.

The help docs for 'fullscreen' have been updated and docs for
'fuoptions' have been added.
17 files changed:
runtime/doc/gui_mac.txt
runtime/doc/options.txt
runtime/doc/quickref.txt
runtime/doc/tags
runtime/optwin.vim
src/MacVim/MMBackend.h
src/MacVim/MMBackend.m
src/MacVim/MMFullscreenWindow.h
src/MacVim/MMFullscreenWindow.m
src/MacVim/MMVimController.m
src/MacVim/MMWindowController.h
src/MacVim/MMWindowController.m
src/MacVim/gui_macvim.m
src/gui.h
src/option.c
src/option.h
src/proto/gui_macvim.pro