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
下一篇: socket 超时设置
推荐阅读
-
How do I list loaded plugins in Vim?
-
How do I convert an enum to a list in C#?
-
How do I close a single buffer (out of many) in Vim?
-
How do I convert an enum to a list in C#?
-
How do I list all fields of an object in Objective-C?
-
How do I list property names of a JavaBean?
-
How do I clone a generic list in C#?