From: Benjamin R. Haskell [mailto:[email protected]]
> Second thing I tried was: > :syntax match Initial /^ / conceal cchar=^I > (Pattern is '/^' + 3 spaces + '/', and ^I == ^V <Tab> [literal tab]) > Then text with leading spaces shows very odd refresh characteristics, > and just generally doesn't display right. I wouldn't have expected using a tab as the conceal character to work properly.. I'm fairly sure the code expects cchar to always occupy one 'cell'. It should go into the docs I think. -- 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
