Show non-breaking spaces as dots

This commit is contained in:
Tim Pope
2013-02-15 20:39:11 -05:00
parent d4d1491aa1
commit 513386ecfe

View File

@@ -55,7 +55,7 @@ endif
if &listchars ==# 'eol:$'
set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+
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