Answers:
是的,将选项重置为Vim默认值是一种特殊的语法。来自:help :set-&vim
:
:se[t] {option}& Reset option to its default value. May depend on the
current value of 'compatible'. {not in Vi}
:se[t] {option}&vi Reset option to its Vi default value. {not in Vi}
:se[t] {option}&vim Reset option to its Vim default value. {not in Vi}
:se[t] all& Set all options, except terminal options, to their
default value. The values of 'term', 'lines' and
'columns' are not changed. {not in Vi}
我是通过输入:help &vim
(也转到:help :set-&vim
)来找到它的:-)