Updating column colors

This commit is contained in:
Hunter Haugen 2011-07-08 11:55:40 -07:00
parent 4dd063de09
commit d9ebd7cf16
2 changed files with 3 additions and 2 deletions

4
.vimrc
View file

@ -335,8 +335,8 @@ set dictionary=/usr/share/dict/words
" {{{1
" Show the column and/or line of the cursor {{{2
au VimEnter,BufEnter,WinEnter * set cursorcolumn " cursorline
au WinLeave * set nocursorcolumn " nocursorline
"au VimEnter,BufEnter,WinEnter * set cursorcolumn " cursorline
"au WinLeave * set nocursorcolumn " nocursorline
" content creation {{{2
if has("autocmd")