diff vim/vimrc @ 235:ceb3f44fa2fc

Update sub-repos, make Vim maximized by default.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 03 Dec 2014 08:19:25 -0800
parents 073e7e47dbeb
children 3a6b11d16a2a
line wrap: on
line diff
--- a/vim/vimrc	Sun Nov 30 08:18:04 2014 -0800
+++ b/vim/vimrc	Wed Dec 03 08:19:25 2014 -0800
@@ -45,8 +45,8 @@
 " Hide the toolbar in MacVim/gVIM, and set a nice window size.
 if has("gui_running") && !exists('g:resourcing_vimrc')
     set guioptions=-t
-    set lines=50
-    set columns=135
+    set lines=999
+    set columns=999
 endif
 
 " }}}