From: Philippe Hürlimann Date: Mon, 12 Jun 2017 16:11:38 +0000 (+0200) Subject: moved column highlighting from 80 to 100 X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=4bbcfe6a5b3e899b9cc30b517d0dde2a16aa9c27;p=vimfiles.git moved column highlighting from 80 to 100 --- diff --git a/vimrc b/vimrc index 741f06e..eca3086 100644 --- a/vimrc +++ b/vimrc @@ -129,7 +129,7 @@ nnoremap :%s/\C\<\>/ 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