From b96e801b2c251921e0d794e8d870a3776c83f34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 28 Sep 2013 02:42:44 +0200 Subject: [PATCH] Removed annoying ~ as trailing whitespace. --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 7236c6f..ed6c31a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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 = ","