Change the character of end of line
This commit is contained in:
parent
5590a4f02d
commit
f2c9a62b0b
6
vimrc
6
vimrc
|
@ -868,10 +868,10 @@ au BufWritePost * call ModeChange()
|
||||||
"################################
|
"################################
|
||||||
" Espaces - caractères superflus
|
" Espaces - caractères superflus
|
||||||
"################################
|
"################################
|
||||||
" Afficher '¬' pour indiquer une fin de ligne
|
" Display '⏎' to mark an end of line
|
||||||
" Afficher '\' une fin de ligne avec des espaces en trop
|
" Display '\' to mark extra white space at the end of a line
|
||||||
set list
|
set list
|
||||||
set listchars=eol:¬,trail:\
|
set listchars=eol:⏎,trail:\
|
||||||
" Afficher les espaces superflus en gris clair
|
" Afficher les espaces superflus en gris clair
|
||||||
highlight ExtraWhitespace ctermbg=darkgray guibg=lightred
|
highlight ExtraWhitespace ctermbg=darkgray guibg=lightred
|
||||||
match ExtraWhitespace /\s\+$/
|
match ExtraWhitespace /\s\+$/
|
||||||
|
|
Loading…
Reference in New Issue