summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-02-04 09:09:57 -0500
committerMike Crute <mike@crute.us>2010-02-04 09:09:57 -0500
commit60b3ac50573269006b08b606d0a622b056be29f5 (patch)
treeec78e7d371463fd6d37afe547597e8b6925ea3b6 /.vimrc
parent73e7897a004707145a78a995f2e45929c4cb4223 (diff)
downloaddotfiles-60b3ac50573269006b08b606d0a622b056be29f5.tar.bz2
dotfiles-60b3ac50573269006b08b606d0a622b056be29f5.tar.xz
dotfiles-60b3ac50573269006b08b606d0a622b056be29f5.zip
Updating from work
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index ae3a6da..24f1c17 100644
--- a/.vimrc
+++ b/.vimrc
@@ -166,8 +166,8 @@ endif
166"autocmd FileType python compiler nose 166"autocmd FileType python compiler nose
167" }}} 167" }}}
168" Line and Column Highlighting {{{ 168" Line and Column Highlighting {{{
169autocmd BufEnter * call SetColumnHighlighting(1) 169"autocmd BufEnter * call SetColumnHighlighting(1)
170autocmd BufLeave * call SetColumnHighlighting(0) 170"autocmd BufLeave * call SetColumnHighlighting(0)
171 171
172function! SetColumnHighlighting(set_on) 172function! SetColumnHighlighting(set_on)
173 if $TERM_PROGRAM == "Apple_Terminal" || version < 700 173 if $TERM_PROGRAM == "Apple_Terminal" || version < 700