diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2014-05-09 11:04:22 +0200 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2014-05-09 11:04:22 +0200 |
commit | 5fed680a5b84d4673e10790a85bca8f0232d0fd5 (patch) | |
tree | 18703143d09db2862247182c1b666ed0ffba8706 /.vimrc | |
parent | Block help on F1 key (diff) | |
download | vim_sync-5fed680a5b84d4673e10790a85bca8f0232d0fd5.tar.xz |
Change listchars characters - the old one was similar to }
Diffstat (limited to '.vimrc')
-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 |