listchars: Actually, the issue was using a soft-hyphen in tabchars, and that has...
authorPeter Palfrader <peter@palfrader.org>
Thu, 15 Dec 2016 21:07:34 +0000 (22:07 +0100)
committerPeter Palfrader <peter@palfrader.org>
Thu, 15 Dec 2016 21:07:34 +0000 (22:07 +0100)
modules/debian-org/files/root-dotfiles/vimrc

index d99e4d6..edaf401 100644 (file)
@@ -10,7 +10,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>