diff options
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ set spelllang=en,de set colorcolumn=81 " don't touch this line to keep 80 chars. width set encoding=utf-8 set fileencodings=utf-8 -set listchars=tab:→\ ,space:·,nbsp:␣,trail:•,eol:¶,precedes:«,extends:» +set listchars=tab:→\ ,nbsp:␣,trail:•,precedes:«,extends:» set list |