Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行gvim -u NONE以打开 gvim 而不使用.vimrc,但同时我希望能够从 plugin/ 文件夹中的插件调用命令。
gvim -u NONE
.vimrc
我试过它运行:filetype plugin但它不起作用..
:filetype plugin
知道怎么做吗?
使用-u NORC而不是-u NONE. 见:help --noplugin。
-u NORC
-u NONE
:help --noplugin