From 23f61fc320dd2052175c3784a9f5fe6c41dad3b9 Mon Sep 17 00:00:00 2001 From: rwxrob Date: Sun, 20 Mar 2022 19:41:27 -0400 Subject: [PATCH] Soften color for trailing space --- vim/.vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 172460a..5b8155d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -54,11 +54,11 @@ if v:version >= 800 endif " mark trailing spaces as errors -match WildMenu '\s\+$' +match IncSearch '\s\+$' " enough for line numbers + gutter within 80 standard set textwidth=72 -set colorcolumn=73 +"set colorcolumn=73 " replace tabs with spaces automatically set expandtab