如何列出Vim中已加载的插件?

时间:2020-03-05 18:49:06  来源:igfitidea点击:

有人知道在Vim中列出"已加载的插件"的方法吗?
我知道我自己应该跟踪这种事情,但是
能够检查当前状态总是很不错的。

解决方案

回答

我自己不是VIM用户,所以如果这完全脱离基础,请原谅我。但是根据我从以下VIM Tips网站收集的信息:

" where was an option set  
:scriptnames            : list all plugins, _vimrcs loaded (super)  
:verbose set history?   : reveals value of history and where set  
:function               : list functions  
:func SearchCompl       : List particular function