On Thu, May 4, 2017 at 8:27 AM, Christian Brabandt <[email protected]> wrote: [...] > Is this really necessary? You can now use concealing to show arbitrary > code points differently. > > :call matchadd('Conceal', '\%uad', 10, -1, {'conceal': '↔'}) > :set conceallevel=2 concealcursor=nv [...]
Hmm... All this is per-window... OK, I'll see how it works in ~/.vim/after/syntax/html.vim I still feel it would belong more logically in 'listchars' which already has entries for nbsp: tab: etc. Would you want to kill these too and replace them by the conceal feature? Best regards, Tony. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
