Drop 'fillchars'

Closes #15
This commit is contained in:
Tim Pope
2013-01-13 23:21:29 -05:00
parent 8e8937e76a
commit 312fff5bd4

View File

@@ -49,7 +49,6 @@ 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 &fillchars = "vert:\u259a,fold:\u00b7"
endif
endif