How can I configure Vim to compile C code using Borland's compiler on Windows?

帅比萌擦擦* 提交于 2019-12-02 04:45:24

I've not used the bcc32 compiler, but I'm assuming it uses a different make tool than make. You'll need to put:

set makeprg=<make command>

Somewhere in your .vimrc file.

A Google search of vim and bcc led me to this page.

http://ftp.nluug.nl/vim/runtime/compiler/bcc.vim

You'll have to place this bcc.vim in the ~/vimfiles/compiler directory

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!