关于vim的quickfix有很多文档,但我想知道:
我如何使用文本文件(或从终端复制+粘贴),并将其放入vim的快速修复列表中?
到目前为止我找到的所有文档都假设您运行make或者vimgrep,但在这种情况下,我只想使用在别处创建的文本文件.
Ing*_*kat 17
你在寻找:cfile/ :cgetfile:
Run Code Online (Sandbox Code Playgroud):cf[ile][!] [errorfile] Read the error file and jump to the first error.
您自然阅读的文件必须采用可由该'errorformat'选项解析的格式.