Removed annoying ~ as trailing whitespace.

This commit is contained in:
2013-09-28 02:42:44 +02:00
parent da11c02493
commit b96e801b2c

View File

@@ -198,7 +198,7 @@ set wildignore=*.swp,*.bak,*.pyc " files to ignore when expanding wildcards
set noerrorbells " do not beep on errors
set list " show specific spectial characters
set listchars=trail:~ " trailing whitespace as '~'
set listchars= " no trailing whitespace as '~'
let mapleader = ","