Vim 7.4 won't let us quit windows from a script.
[profile.git] / .vim / colors / iain.vim
index 320ade5..2161f3d 100644 (file)
@@ -266,6 +266,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
     call <SID>X("DiffText", "#ffffff", "#ff0000", "none")
     call <SID>X("Cursor", "#000000", "#00ff00", "")
     call <SID>X("CursorLine", "", "#2e2e2e", "none")
+    call <SID>X("ColorColumn", "", "#2e2e2e", "none")
     call <SID>X("lCursor", "#000000", "#ffffff", "")
     "call <SID>X("Comment", "#80a0ff", "", "")
     "call <SID>X("Constant", "#ffa0a0", "", "")
@@ -347,14 +348,15 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
     hi link treePartFile treeDirSlash
 
     " Fix up BufExplorer stuff.
-    hi link bufExplorerHelp String
-    hi link bufExplorerSortBy Statement
+    hi link bufExplorerHelp Include
+    hi link bufExplorerSortBy Include
     hi link bufExplorerMapping Identifier
     hi link bufExplorerTitle Statement
     hi link bufExplorerActBuf Directory
-    hi link bufExplorerAltBuf String
-    hi link bufExplorerCurBuf Type
-    hi link bufExplorerUnlBuf Comment
+    hi link bufExplorerAltBuf Type
+    hi link bufExplorerCurBuf Statement
+    hi link bufExplorerHidBuf Comment
+    hi link bufExplorerUnlBuf String
     hi link bufExplorerBufNbr Normal
 endif