在VIM帮助页面中使用括号

ste*_*tla 3 convention vim manpage

我试图养成使用VIM帮助页面的习惯,在阅读命令行范围时遇到以下行:

/{pattern}[/]   the next line where {pattern} matches     *:/*
Run Code Online (Sandbox Code Playgroud)

现在,我对help-pages语法约定的理解是[/]标记一个可选的正斜杠字符.但是,进一步阅读,以下是关于上面的线(强调我的):

The "/" and "?" after {pattern} are **required** to separate the pattern from
anything that follows.
Run Code Online (Sandbox Code Playgroud)

我是否误解了句法惯例?

L3v*_*han 7

"/"和"?" 后{}图案是必需的,以将图案从任何如下分离.

如果有任何后续(例如偏移,例如/foobar/3在匹配后转到第三行),/则需要在模式之后.