summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2009-12-29 11:53:11 -0500
committerMike Crute <mike@crute.us>2009-12-29 11:53:11 -0500
commit02036d6dce722fcfbbcdfbc7e71be766bd00e374 (patch)
tree32012ed51a27bced6c169d715c556f27e3a2265c /.vimrc
parentd8b18865b69b1d823583751b4754d83e38b4ae27 (diff)
downloaddotfiles-02036d6dce722fcfbbcdfbc7e71be766bd00e374.tar.bz2
dotfiles-02036d6dce722fcfbbcdfbc7e71be766bd00e374.tar.xz
dotfiles-02036d6dce722fcfbbcdfbc7e71be766bd00e374.zip
Updating with latest configs from work
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc8
1 files changed, 2 insertions, 6 deletions
diff --git a/.vimrc b/.vimrc
index d6d76da..ae3a6da 100644
--- a/.vimrc
+++ b/.vimrc
@@ -180,12 +180,8 @@ function! SetColumnHighlighting(set_on)
180 set cursorline 180 set cursorline
181 set cursorcolumn 181 set cursorcolumn
182 182
183 autocmd BufEnter * hi CursorLine term=none cterm=none ctermbg=0 183 hi CursorColumn ctermbg=grey ctermfg=black
184 autocmd BufEnter * hi CursorLine term=none cterm=none ctermbg=0 184 hi CursorLine ctermbg=grey ctermfg=black
185
186 " Sets a dark grey background on the current line in 8-bit terminals
187 " sadly, this does not have any effect on the Mac OS X terminal.
188 hi CursorLine term=none cterm=none ctermbg=0
189 else 185 else
190 set nocursorline 186 set nocursorline
191 set nocursorcolumn 187 set nocursorcolumn