On Sat, 10 Jul 2010, Tony Mechelynck wrote: > On 10/07/10 20:18, Benjamin R. Haskell wrote: > > [...] Using an example that has some corner cases: > > > > e.g. > > syntax match a /a/ conceal > > syntax match a /b/ cchar= conceal > > syntax match a /c/ conceal cchar=C > > syntax match a /d/ conceal > > > > [...] And speaking of corner cases, is there a way to get cchar=' ' > > or some other syntax to be recognized as an explicit cchar > > of <space>? It seems odd that 'cchar= ' is whitespace-sensitive. > > > > Have you tried 'cchar=\ ' (without the quotes)? (I haven't).
Yep, that was my first attempt. The backslash is interpreted as the cchar. -- Best, Ben -- 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
