From 37d564576cbfae9bbc7c11e422778318680bec44 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 15 Dec 2016 22:07:34 +0100 Subject: [PATCH] listchars: 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 --- modules/debian-org/files/root-dotfiles/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/debian-org/files/root-dotfiles/vimrc b/modules/debian-org/files/root-dotfiles/vimrc index d99e4d689..edaf40168 100644 --- a/modules/debian-org/files/root-dotfiles/vimrc +++ b/modules/debian-org/files/root-dotfiles/vimrc @@ -10,7 +10,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 -- 2.20.1