From f2c9a62b0b334359b8df12806cdcaf5537f5e201 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 27 Jun 2016 10:29:25 +0200 Subject: [PATCH] Change the character of end of line --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 76ed92d..1f34b6e 100644 --- a/vimrc +++ b/vimrc @@ -868,10 +868,10 @@ au BufWritePost * call ModeChange() "################################ " Espaces - caractères superflus "################################ -" Afficher '¬' pour indiquer une fin de ligne -" Afficher '\' une fin de ligne avec des espaces en trop +" Display '⏎' to mark an end of line +" Display '\' to mark extra white space at the end of a line set list -set listchars=eol:¬,trail:\ +set listchars=eol:⏎,trail:\ " Afficher les espaces superflus en gris clair highlight ExtraWhitespace ctermbg=darkgray guibg=lightred match ExtraWhitespace /\s\+$/