我知道如何在Vim內禁用這個功能,我很好奇在終端中運行vim時可以禁用它。在終端中禁用「按ENTER或鍵入命令繼續」終端
例如
[email protected]:~$ vim
ycm_client_support.[so|pyd|dll] and ycm_core.[so|pyd|dll] not detected; you need to compile YCM before using it. Read the docs!
Press ENTER or type command to continue
我的情況是,我安裝vim和Vundle插件成爲自動通過saltstack爲所有用戶(vim +PluginInstall +qall
)。一些插件需要更多的愛,例如YouCompleteMe,它給出了這個消息。
我想強制vim'繼續',即使有些事情仍然希望按ENTER鍵。
我假設我不知道是什麼原因造成的。這是問題:) – Darek 2015-02-09 09:52:14
@Dārayavahuštdi'PluginInstall'命令,我想。試試'vim +'沉默! PluginInstall'+ qall'。 – kopischke 2015-02-12 09:24:00