gvim帮助文档包含“链接”,我可以按ctrl +跳转到主题
如何格式化可以像这样工作的文本
最佳答案
帮助中有专门针对该主题的部分:“编写帮助文件”
参见: help help-writing
或:help helphelp.txt
摘录:
TAGS
To define a help tag, place the name between asterisks (*tag-name*).
(...)
When referring to an existing help tag and to create a hot-link, place the
name between two bars (|) eg. |help-writing|.
要获取更多详细信息,请阅读前面提到的帮助文件。
关于vim - 如何编写类似gvim-help-doc的文本文件?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/5576091/