On 15/06/08 19:42, Mikael Jansson wrote: > Bram Moolenaar wrote: >> Mikael Jansson wrote: >> >>> I have a patch against help.vim to enable proper syntax highlighting for >>> tags that are named like special variables in Lisp, i.e.: >>> >>> *standard-output* >>> >>> Corresponding tag would be called **standard-output**, which is >>> unfortunate as this will break highlighting. The attached patch fixes >>> that. Not very pretty, but I'm afraid it's not possible to do it easier. >> I fail to see the necessity for this. Can't you call the tag >> *starstandard-outputstar* ? >> > As much as I hate being sarcastic: why not call *bufnr()* > *bufnrparenendparen*? > > Because it's a lot harder to read. > > -- Wikael
The help system already searches for star when you type * as part of a help tag. For instance «:help *» works the same as «:help star» and «:help "*» as «:help quotestar». Best regards, Tony. -- Children seldom misquote you. In fact, they usually repeat word for word what you shouldn't have said. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
