]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gvimrc
vimrc: Fix and improve perl syntax settings.
[config/dotfiles.git] / gvimrc
diff --git a/gvimrc b/gvimrc
index e716396451436832402ef32f281553479c27efa7..3d60616334c032c4dcda87d2bf60d0eb18f8fdb1 100644 (file)
--- a/gvimrc
+++ b/gvimrc
@@ -1,12 +1,12 @@
-" GVim configuration file, mostly used for MacVim.
+" GVim configuration file.
 
 
 " Stop the cursor from blinking.
-set guicursor=a:blinkon0
+set guicursor+=a:blinkon0
 
 " Don't display the toolbar.
 set guioptions-=T
 
-" Window size 110x25.
+" Increase window size to 110x25.
 set columns=110
 set lines=25