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 = ","