Change the character of end of line

This commit is contained in:
gardouille 2016-06-27 10:29:25 +02:00
parent 5590a4f02d
commit f2c9a62b0b
1 changed files with 3 additions and 3 deletions

6
vimrc
View File

@ -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\+$/