vim 的帮助文档中以 "E" 开头的 links/tags/bookmarks 是什么?
What are the links/tags/bookmarks starting with "E" in vim's help docs?
在Vim的:help
中,有很多links/tags/bookmarks以E
开头。例如,键入 :help E355
会将您带到所有 Vim 选项的列表。但是“E”字样有数百种links/tags/bookmars。它们是什么,为什么采用“E”+ 数字的格式?
E355
是一个错误 ID,可用于查找您可能遇到的任何错误的解释。
不过,其中许多内容相当神秘。例如,执行 :help E355
会导致以下内容,这不是很有帮助:
E355
A jump table for the options with a short description can be found at |Q_op|.
见:help message.txt
。
它们是错误标记。来自 02.8 Finding help
If you see an error message that you don't understand, for example:
E37: No write since last change (use ! to override)
You can use the error ID at the start to find help about it:
:help E37
在Vim的:help
中,有很多links/tags/bookmarks以E
开头。例如,键入 :help E355
会将您带到所有 Vim 选项的列表。但是“E”字样有数百种links/tags/bookmars。它们是什么,为什么采用“E”+ 数字的格式?
E355
是一个错误 ID,可用于查找您可能遇到的任何错误的解释。
不过,其中许多内容相当神秘。例如,执行 :help E355
会导致以下内容,这不是很有帮助:
E355
A jump table for the options with a short description can be found at |Q_op|.
见:help message.txt
。
它们是错误标记。来自 02.8 Finding help
If you see an error message that you don't understand, for example:
E37: No write since last change (use ! to override)
You can use the error ID at the start to find help about it:
:help E37