From cd3270d3a1960f001100347c69daca81eead4fc3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 4 Mar 2011 12:33:33 -0800 Subject: [PATCH] Changed color of trailing space/tab markers. --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 2c4570d..2a78801 100644 --- a/vimrc +++ b/vimrc @@ -63,6 +63,8 @@ set ruler set listchars=tab:>-,trail:. set list nmap l :set invlist list? +" Make the highlighting of trailing spaces easier to distinguish from periods. +highlight SpecialKey ctermfg=Grey " Show matching brackets. set showmatch