]> Untitled Git - vimfiles.git/commitdiff
moved column highlighting from 80 to 100
authorPhilippe Hürlimann <p@hurlimann.org>
Mon, 12 Jun 2017 16:11:38 +0000 (18:11 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Mon, 12 Jun 2017 16:11:38 +0000 (18:11 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 741f06e898351c157ffd05d60fabf88d99e74458..eca30861fec6dfc310f6030f0e3444da1766f20e 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -129,7 +129,7 @@ nnoremap <F3> :%s/\C\<<C-r><C-w>\>/
 command Vr tabedit ~/.vim/vimrc
 command Vt execute "tabedit ~/.vim/ftplugin/" . &filetype . ".vim"
 
-set colorcolumn=80
+set colorcolumn=100
 highlight ColorColumn ctermbg=red
 
 let g:ctrlp_working_path_mode = 0