如何使VIM QuickFix窗口加载构建结果文件



我在Linux C 项目开发团队中,团队构建系统dumps build build build构建结果中的文件为" build.result"。

我正在从另一个同事中检查构建问题,并且必须通过这些构建错误(GCC编译,链接等)进行vi vi vi vi vi,然后使用另一条终端来更改代码。p>这不方便,我想知道

是否
1. vim can use "quickfix" window to load this "build.result"
2. so that I can traverse errors lines that has file names, and press "enter" to open them.

谢谢。

尝试vim -q build.result


                                                        -q -qf
-q [errorfile]  QuickFix mode.  The file with the name [errorfile] is read 
                and the first error is displayed.  See quickfix.
                If [errorfile] is not given, the 'errorfile' option is used 
                for the file name.  See 'errorfile' for the default value.
                {not in Vi}

相关内容

  • 没有找到相关文章