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.
我正在尝试在windows 7下开发。安装最新版本的vim后,我发现它不会在make后打印输出。我用 :make 命令制作 cpp 文件。但它只是将输出重定向到 AppData 下的临时文件。以前满足过这个条件吗?我试图将 makeprg 设置为其他命令,但我总是重定向标准输出流。
我不太清楚你的意思,但我想你正在寻找
:copen
(打开quickfix window)
quickfix window
看
:he quickfix