Fix problems with 'fullscreen' and :mksession
commit92ad506c0a12603396cc94b86c5bdb50cb279a72
authorNico Weber <nicolasweber@gmx.de>
Sun, 24 Aug 2008 17:00:37 +0000 (24 19:00 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Sun, 24 Aug 2008 17:00:37 +0000 (24 19:00 +0200)
tree7905cc292a31bf6711d7897a9c0cad4f555ac37d
parentf5231e360d27176d4778786b0984ba0f4007e200
Fix problems with 'fullscreen' and :mksession

If 'fullscreen', 'lines' and 'columns' are all set in the same Vim
script then it used to be possible that the latter two options got
ignored.  This would in particular cause problems with :mks.
runtime/doc/options.txt
src/MacVim/MMBackend.m
src/MacVim/MMFullscreenWindow.m
src/MacVim/MacVim.h
src/MacVim/MacVim.m
src/ex_docmd.c
src/option.c