From d1632e011854db903c9aaf010d6499e212aef5d5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 15 Dec 2016 22:07:17 +0100 Subject: 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 --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= -:set listchars=tab:»·,trail:· +:set listchars=tab:»‐,trail:· :set list :nmap :set invlist :imap :set invlist -- cgit v1.2.3