Hi I noticed a bug in Vim-7.4.567 with syntax highlighting of tabs when using the conceal feature. How to reproduce:
$ vim -N -u NONE \ -c 'syn on' \ -c 'set cole=2 list lcs=tab:»·' \ -c 'syn match Title "^..." conceal' \ -c 'call feedkeys("a0123456789\<tab>01234567890\<cr>")' Observe that the tab 'listchar' characters are only partially highlighted in blue (NonText syntax group). I'd expect the entire tab to be highlighted in blue. In other words, the last 3 dots should be blue instead of white in the first line in this screenshot: http://dominique.pelle.free.fr/pic/vim-bug-syntax-highlight-tab.png I have not found how to fix it yet. Regards Dominique -- -- 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 vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.