欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

How do I list loaded plugins in Vim?

程序员文章站 2022-04-24 14:19:56
...
" 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
相关标签: 笔记