gpt4 book ai didi

vimrc 在 vundle BundleInstall 期间测试 if_lua

转载 作者:行者123 更新时间:2023-12-04 20:33:54 24 4
gpt4 key购买 nike

我在许多系统上使用相同的 .vimrc 文件。我想绕过 vundle 安装一些我知道如果“if_lua”不存在将无法工作的模块。

有没有条件做的vim脚本方式

Bundle 'Shougo/neocomplete.vim'

只有在 vim 使用 lua 编译时才能避免启动错误:

$ vim myprogram.c
neocomplete does not work this version of Vim.
It requires Vim 7.3.885 or above and "if_lua" enabled Vim.
Press ENTER or type command to continue

谢谢

最佳答案

if has('lua')
Bundle 'Shougo/neocomplete.vim'
end

关于vimrc 在 vundle BundleInstall 期间测试 if_lua,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23857469/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com