diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-09-15 13:38:07 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-09-15 13:38:07 +0200 |
commit | 84efa088762c5ab04cfa3180161bb68cb6d47abc (patch) | |
tree | 720865ec7c0d62f9a16db12d2fb96f0369eba1e9 /etc | |
parent | 67ee69a207f8b909609b50dc1783f495a80b5a7d (diff) |
vimrc: Set colorcolumn instead of textwidth
Diffstat (limited to 'etc')
-rw-r--r-- | etc/vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,9 @@ set formatoptions=coqrt set t_Co=256 -set textwidth=78 +if version >= 703 + set colorcolumn=80 +endif " Folding set foldmethod=marker |