We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db3bcb commit 1953dcdCopy full SHA for 1953dcd
README.md
@@ -78,10 +78,10 @@
78
"filetype plugin on
79
"
80
" Brief help
81
- " :PluginList - list configured plugins
82
- " :PluginInstall(!) - install (update) plugins
83
- " :PluginSearch(!) foo - search (or refresh cache first) for foo
84
- " :PluginClean(!) - confirm (or auto-approve) removal of unused plugins
+ " :PluginList - lists configured plugins
+ " :PluginInstall - installs plugins; append `!` to update or just :PluginUpdate
+ " :PluginSearch foo - searches for foo; append `!` to refresh local cache
+ " :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal
85
86
" see :h vundle for more details or wiki for FAQ
87
" Put your non-Plugin stuff after this line
0 commit comments