diff options
Diffstat (limited to 'etc/vimrc')
-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 |