将 :make 命令替换为 vim 中的自定义脚本

发布于 2024-07-18 15:13:30 字数 159 浏览 6 评论 0原文

我在 Xcode 中使用 MacVim 作为编辑器。 默认情况下,Command-B 和 :make 一定会从命令行调用“make”。 由于我们使用 Xcode 进行构建和项目配置,我想用 applescript 命令替换 :make/Command-B 调用 make 。 这可能吗?我该怎么做?

I use MacVim as my editor within Xcode. By default Command-B and :make are bound to call 'make' from the command line. As we're using Xcode for building and project configuration, I'd like to replace the :make/Command-B calls to make with an applescript command. Is this possible, and how would I go about doing it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

绝情姑娘 2024-07-25 15:13:30

尝试 :help makeprg

您使用 :set makeprg=xxx 来更改执行的命令。

Try :help makeprg

You use :set makeprg=xxx to change the command that is executed.

愿与i 2024-07-25 15:13:30

为了从 CLI 运行 XCode 构建,命令是 xcodebuild。
不过我从来没有在 vim 中尝试过。

In order to run an XCode build from CLI, the command is xcodebuild.
I have never tried it inside vim, though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文