summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <robin.oburka@nic.cz> 2014-05-09 11:04:22 +0200
committerGravatar Robin Obůrka <robin.oburka@nic.cz> 2014-05-09 11:04:22 +0200
commit5fed680a5b84d4673e10790a85bca8f0232d0fd5 (patch)
tree18703143d09db2862247182c1b666ed0ffba8706
parentBlock help on F1 key (diff)
downloadvim_sync-5fed680a5b84d4673e10790a85bca8f0232d0fd5.tar.xz
Change listchars characters - the old one was similar to }
-rw-r--r--.vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 4650aa3..730e8ee 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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