vim:setts: Highlight trailing spaces a bit better

Switch from middle dot to bullet point, since it is a bit bigger.
This commit is contained in:
2025-04-30 16:57:17 +02:00
parent d3cbc9d560
commit ad025e7d9d

View File

@@ -79,7 +79,7 @@ endif
set list set list
" Display tabs and trailing space characters as well an indicator for long lines " Display tabs and trailing space characters as well an indicator for long lines
" when not wrapping " when not wrapping
set listchars=tab:>·,trail:·,extends:> set listchars=tab:>·,trail:,extends:>
" Wrap lines " Wrap lines
set wrap set wrap
" Keep current line away from top/bottom borders of the buffer when scrolling " Keep current line away from top/bottom borders of the buffer when scrolling