mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-14 14:03:47 -05:00
Show non-breaking spaces as dots
This commit is contained in:
@@ -55,7 +55,7 @@ endif
|
|||||||
if &listchars ==# 'eol:$'
|
if &listchars ==# 'eol:$'
|
||||||
set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+
|
set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+
|
||||||
if &termencoding ==# 'utf-8' || &encoding ==# 'utf-8'
|
if &termencoding ==# 'utf-8' || &encoding ==# 'utf-8'
|
||||||
let &listchars = "tab:\u21e5 ,trail:\u2423,extends:\u21c9,precedes:\u21c7,nbsp:\u26ad"
|
let &listchars = "tab:\u21e5 ,trail:\u2423,extends:\u21c9,precedes:\u21c7,nbsp:\u00b7"
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user