commit d04535fe2f29fa87d2354183d6bd9d053fbbc226 parent a2bfc49277a6d913d6db07fd9b742af934c1a3e4 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 17 Dec 2018 12:17:45 +0100 Do not highlight 80th column Diffstat:
M | links/.vim/plugin/appearance.vim | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/links/.vim/plugin/appearance.vim b/links/.vim/plugin/appearance.vim @@ -2,7 +2,8 @@ "set t_Co=16 "set t_Co=256 -set colorcolumn=+1 +" highlight 80th column +"set colorcolumn=+1 function! ColorSchemeTweaks() abort