[Vim-l] Help template trouble

John Beckett johnb.beckett at gmail.com
Fri Nov 2 23:31:00 UTC 2007


Benjamin Fritz wrote:
> E.g. these uses fail:
> {{help|/\@=}}
> {{help|=}}
> {{help|v_=}}
	
The help template and its corresponding script are incredibly complicated. I
have started documenting the script on my talk page, but it won't be
finished for quite a while.

The help template is well documented at
http://vim.wikia.com/wiki/Template:Help

However, I confess it is complex. The "Quick Reference" section attempts to
summarise the issues.

Anyway, using an '=' is easy. The following work:

{{help|id=/\@=}}
{{help|id==}}
{{help|id=v_=}}

John



More information about the Vim-l mailing list