comparison vim/vimrc @ 323:e2d944ecda66

Maximize on startup on Windows.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 12 Oct 2015 08:32:49 -0700
parents f95b6f36049b
children c44641ca37e2
comparison
equal deleted inserted replaced
322:e7fe049b7f8b 323:e2d944ecda66
54 " Hide the toolbar in MacVim/gVIM, and set a nice window size. 54 " Hide the toolbar in MacVim/gVIM, and set a nice window size.
55 if has("gui_running") && !exists('g:resourcing_vimrc') 55 if has("gui_running") && !exists('g:resourcing_vimrc')
56 set guioptions=-t 56 set guioptions=-t
57 set lines=999 57 set lines=999
58 set columns=999 58 set columns=999
59 if has("win32")
60 au GUIEnter * simalt ~x
61 endif
59 endif 62 endif
60 63
61 " }}} 64 " }}}
62 65
63 " General Settings {{{ 66 " General Settings {{{