From: Peter Palfrader Date: Thu, 15 Dec 2016 21:07:34 +0000 (+0100) Subject: listchars: Actually, the issue was using a soft-hyphen in tabchars, and that has... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=37d564576cbfae9bbc7c11e422778318680bec44;p=mirror%2Fdsa-puppet.git 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 --- 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