From 4e588200b0b2d69416da1808f6e22d106faae118 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 28 Jan 2016 00:26:25 +0100 Subject: [PATCH] Set the Tab in darkgray instead of light --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 5c24f26..e607ec5 100644 --- a/vimrc +++ b/vimrc @@ -873,7 +873,7 @@ au BufWritePost * call ModeChange() set list set listchars=eol:¬,trail:\ " Afficher les espaces superflus et les tabulations en gris clair -highlight ExtraWhitespace ctermbg=lightgray guibg=lightred +highlight ExtraWhitespace ctermbg=darkgray guibg=lightred match ExtraWhitespace /\s\+$\|\t/ " Suppression automatique des espaces superflus (avant sauvegarde)