From 06cd05c3cdb6570de618f4acf40c64a9e2be258d Mon Sep 17 00:00:00 2001 From: David KRIEF Date: Thu, 9 Jul 2020 11:44:36 +0200 Subject: [PATCH] Darkgrey ColorColumn It seems that there was a red line ColorColumn instead of the expected DarkGrey. --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index e271b84..578c218 100644 --- a/vimrc +++ b/vimrc @@ -328,7 +328,7 @@ let g:pymode_syntax_docstrings=g:pymode_syntax_all " highlight 'long' lines (>= 80 symbols) in python files augroup vimrc_autocmds autocmd! - autocmd FileType python,rst,c,cpp highlight Excess ctermbg=DarkGrey guibg=Black + autocmd FileType python,rst,c,cpp highlight ColorColumn ctermbg=DarkGrey guibg=Black autocmd FileType python,rst,c,cpp match Excess /\%81v.*/ autocmd FileType python,rst,c,cpp set nowrap autocmd FileType python,rst,c,cpp set colorcolumn=80