Concede 'list'

Closes #5.
This commit is contained in:
Tim Pope
2013-01-08 00:48:27 -05:00
parent a16257d90f
commit 7ad81be28b
2 changed files with 2 additions and 3 deletions

View File

@@ -42,8 +42,7 @@ set scrolloff=1
set sidescrolloff=5
set display+=lastline
if !&list && &listchars ==# 'eol:$'
set list
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"