From 2cd5bc21edd610cf04d3813b91b815cf6ae416c1 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 27 Jun 2016 12:06:31 +0200 Subject: [PATCH] Change the character to mark extra white spaces --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\+$/