uTools-Manuals/docs/vim/Quickfix 窗口.html
2019-04-21 11:50:48 +08:00

13 lines
848 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div>
<h1>Quickfix 窗口</h1>
<pre>
<span id=":copen">:copen</span> <span>打开 quickfix 窗口查看编译grep等信息</span>
<span id=":copen 10">:copen 10</span> <span>打开 quickfix 窗口,并且设置高度为 10</span>
<span id=":cclose">:cclose</span> <span>关闭 quickfix 窗口</span>
<span id=":cfirst">:cfirst</span> <span>跳到 quickfix 中第一个错误信息</span>
<span id=":clast">:clast</span> <span>跳到 quickfix 中最后一条错误信息</span>
<span id=":cc [nr]">:cc [nr]</span> <span>查看错误 [nr]</span>
<span id=":cnext">:cnext</span> <span>跳到 quickfix 中下一个错误信息</span>
<span id=":cprev">:cprev</span> <span>跳到 quickfix 中上一个错误信息</span>
</pre>
</div>