e1718f4616f0

vim: fix the damn cursor line
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Nov 2010 12:09:48 -0500
parents dc87b30d17e0
children a91f097c8c1c
branches/tags (none)
files vim/.vimrc

Changes

--- a/vim/.vimrc	Tue Nov 09 12:09:27 2010 -0500
+++ b/vim/.vimrc	Tue Nov 09 12:09:48 2010 -0500
@@ -455,4 +455,6 @@
     let g:sparkupExecuteMapping = '<D-e>'
 
     highlight SpellBad term=underline gui=undercurl guisp=Orange
+else
+    set nocursorline
 endif