Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这看起来像一个简单的问题,有人知道 %s 对 VIM 中的 errorformat 选项意味着什么吗?vim 中的帮助文本对我来说不是很清楚,我需要一个例子来理解它。
%s适用于以下情况:
%s
%l
例如,以下编译器输出:
foo/bar.xml: <foo bar="baz">hamburger</foo>
可以使用以下内容&errorformat:
&errorformat
set errorformat=%f:%\\s%s