vim:setts: Use ellipsis for lcs extends & precedes

This commit is contained in:
2025-04-30 14:11:07 +02:00
parent ad025e7d9d
commit 25c00c6efd
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
" - Unicode "Block elements" subblock of the "Symbols for Legacy Computing" " - Unicode "Block elements" subblock of the "Symbols for Legacy Computing"
" block (i.e. 1/8th block symbols) " block (i.e. 1/8th block symbols)
" - Braille symbols for spinner " - Braille symbols for spinner
" - Ellipses and wrap signs for long lines " - Interpoint for ellipses and wrap sign for long lines
" - Line ending indicators " - Line ending indicators
let w:ignore_non_ascii_chars = let w:ignore_non_ascii_chars =
\ get(w:, 'ignore_non_ascii_chars', '') .. \ get(w:, 'ignore_non_ascii_chars', '') ..

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:,precedes:…
" 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