diff options
-rw-r--r-- | .vimrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -78,9 +78,8 @@ set linebreak "set nice chars for tabs and eols set list -set listchars=tab:▸\ ,eol:¬ if has("multi_byte") - set lcs=tab:▸\ ,eol:⤦ + set lcs=tab:▸\ ,eol:¬ endif "set spelling options |