Set the Tab in darkgray instead of light

This commit is contained in:
gardouille 2016-01-28 00:26:25 +01:00
parent a98f4d05be
commit 4e588200b0
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -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)