]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gvimrc
vimrc,gvimrc,setup.sh: License under GP v3+.
[config/dotfiles.git] / gvimrc
diff --git a/gvimrc b/gvimrc
index 9c334d56c8593ae2b11bea275161b795d1614b41..a902d7e8b50ac7ff118eeb8c14df616ab2685af6 100644 (file)
--- a/gvimrc
+++ b/gvimrc
@@ -1,12 +1,34 @@
-" GVim configuration file, mostly used for MacVim.
+" GVim configuration file.
+
+" Copyright (C) 2011-2012  Simon Ruderich
+"
+" This file is free software: you can redistribute it and/or modify
+" it under the terms of the GNU General Public License as published by
+" the Free Software Foundation, either version 3 of the License, or
+" (at your option) any later version.
+"
+" This file is distributed in the hope that it will be useful,
+" but WITHOUT ANY WARRANTY; without even the implied warranty of
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+" GNU General Public License for more details.
+"
+" You should have received a copy of the GNU General Public License
+" along with this file.  If not, see <http://www.gnu.org/licenses/>.
 
 
 " Stop the cursor from blinking.
-set guicursor=a:blinkon0
+set guicursor+=a:blinkon0
 
+" Don't display the menu.
+set guioptions-=m
 " Don't display the toolbar.
 set guioptions-=T
+" Don't display any scrollbars, they just waste space.
+set guioptions-=r
+set guioptions-=R
+set guioptions-=l
+set guioptions-=L
 
-" Window size 110x25:
+" Increase window size to 110x25.
 set columns=110
 set lines=25