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)
我是否误解了句法惯例?