Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/date/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vim手册*标签中星号标签的含义是什么*_Vim - Fatal编程技术网

Vim手册*标签中星号标签的含义是什么*

Vim手册*标签中星号标签的含义是什么*,vim,Vim,例如,在中,您将在开头看到: Table Of Contents *user-manual* 在整个手册中有许多星号引用的文本,如*用户手册*。它们是什么?它们是超链接跳转的锚点吗?如果您使用文件类型帮助在vim中打开文档,您将看不到那些*或|s :h help-writing 在标签部分: To define a help tag, place the name between asterisks (*tag-name*). The tag-name sh

例如,在中,您将在开头看到:

Table Of Contents                 *user-manual*

在整个手册中有许多星号引用的文本,如
*用户手册*
。它们是什么?它们是超链接跳转的锚点吗?

如果您使用文件类型
帮助
在vim中打开文档,您将看不到那些
*
|
s

:h help-writing
在标签部分:

To define a help tag, place the name between asterisks (*tag-name*). 
The tag-name should be different from all the Vim help tag names and
ideally should begin with the name of the Vim plugin.  The tag name is
usually right aligned on a line.
基本上,标签使跳转更容易


您可以尝试将光标放在
|foo |
上,然后按
ctrl-]
您将跳转到标记
*foo*
。要跳回原始位置,请按
ctrl-t
。很好,不是吗?

如果你用文件类型
帮助
在vim中打开文档,你将看不到那些
*
s

:h help-writing
在标签部分:

To define a help tag, place the name between asterisks (*tag-name*). 
The tag-name should be different from all the Vim help tag names and
ideally should begin with the name of the Vim plugin.  The tag name is
usually right aligned on a line.
基本上,标签使跳转更容易


您可以尝试将光标放在
|foo |
上,然后按
ctrl-]
您将跳转到标记
*foo*
。要跳回原始位置,请按
ctrl-t
。很好,不是吗?

如果你用文件类型
帮助
在vim中打开文档,你将看不到那些
*
s

:h help-writing
在标签部分:

To define a help tag, place the name between asterisks (*tag-name*). 
The tag-name should be different from all the Vim help tag names and
ideally should begin with the name of the Vim plugin.  The tag name is
usually right aligned on a line.
基本上,标签使跳转更容易


您可以尝试将光标放在
|foo |
上,然后按
ctrl-]
您将跳转到标记
*foo*
。要跳回原始位置,请按
ctrl-t
。很好,不是吗?

如果你用文件类型
帮助
在vim中打开文档,你将看不到那些
*
s

:h help-writing
在标签部分:

To define a help tag, place the name between asterisks (*tag-name*). 
The tag-name should be different from all the Vim help tag names and
ideally should begin with the name of the Vim plugin.  The tag name is
usually right aligned on a line.
基本上,标签使跳转更容易


您可以尝试将光标放在
|foo |
上,然后按
ctrl-]
您将跳转到标记
*foo*
。要跳回原始位置,请按
ctrl-t
。很好,不是吗?

根据是否启用语法高亮显示、“隐藏级别”选项等,您可能会看到这些字符,也可能不会看到这些字符。根据是否启用语法高亮显示、“隐藏级别”选项,等。根据是否启用语法高亮显示、“隐藏级别”选项等,您可能会看到或可能不会看到这些字符。根据是否启用语法高亮显示、“隐藏级别”选项等,您可能会看到或可能不会看到这些字符。