diff --git a/vimrc b/vimrc index b2caa33..62ca775 100644 --- a/vimrc +++ b/vimrc @@ -869,10 +869,10 @@ au BufWritePost * call ModeChange() " Whitespaces and extra character "################################ " Display '⏎' to mark an end of line -" Display '\' to mark extra white space at the end of a line +" Display '␠' to mark extra white space at the end of a line " Display '⎵' to mark nbsp (fixed spaces,…) set list -set listchars=eol:⏎,nbsp:⎵,trail:\ +set listchars=eol:⏎,nbsp:⎵,tab:▸·,trail:␠ " Afficher les espaces superflus en gris clair highlight ExtraWhitespace ctermbg=darkgray guibg=lightred match ExtraWhitespace /\s\+$/