summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2016-12-15 22:07:17 +0100
committerPeter Palfrader <peter@palfrader.org>2016-12-15 22:07:17 +0100
commitd1632e011854db903c9aaf010d6499e212aef5d5 (patch)
treeaded2f36227087d075246c9aef775a52879fedb8
parent7fff35a09b004690fb96762e4b575ffec650fd44 (diff)
Actually, the issue was using a soft-hyphen in tabchars, and that has different (the real) semantics now. Use a (short) real hyphen there now
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 5491f7a..0ec9970 100644
--- a/vimrc
+++ b/vimrc
@@ -5,7 +5,7 @@ set ai
:syn on
:set title
:set pastetoggle=<F10>
-:set listchars=tab:»·,trail:·
+:set listchars=tab:»‐,trail:·
:set list
:nmap <F11> :set invlist<return>
:imap <F11> <C-O>:set invlist<return>