Skip to content

Commit

Permalink
Merge pull request #7 from mgharris/master
Browse files Browse the repository at this point in the history
wrapper around colorcolumn
  • Loading branch information
jez committed Mar 4, 2015
2 parents 0abf041 + a5e14d7 commit 44ee7ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/superman.vim
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ function! superman#SuperMan(...)
setlocal softtabstop=8
setlocal shiftwidth=8
setlocal nolist
setlocal colorcolumn=0
if exists('+colorcolumn')
setlocal colorcolumn=0
endif

" To make us behave more like less
noremap q :q<CR>
Expand Down

0 comments on commit 44ee7ef

Please sign in to comment.