且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如果在 .vimrc 文件中回显,Vim 会暂停

更新时间:2021-08-27 22:50:49

:silent !echo Hello

会成功的.

~~~
从 OP 来看,这很有效:

~~~
From the OP, this worked:

let colorScheme = "evening"
silent execute "!echo setting color scheme to " . colorScheme