mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
Add doc for SPUpdate
This commit is contained in:
parent
33cf405549
commit
9207fdc97d
@ -26,6 +26,11 @@ function! SpaceVim#commands#load() abort
|
||||
command! -nargs=*
|
||||
\ -complete=customlist,SpaceVim#commands#complete_SPConfig
|
||||
\ SPConfig call SpaceVim#commands#config(<f-args>)
|
||||
""
|
||||
" Command for update plugin, support completion of plugin name.
|
||||
" >
|
||||
" :SPUpdate vim-airline
|
||||
" <
|
||||
command! -nargs=*
|
||||
\ -complete=custom,SpaceVim#commands#complete_plugin
|
||||
\ SPUpdate call SpaceVim#commands#update_plugin(<f-args>)
|
||||
|
@ -328,6 +328,12 @@ COMMANDS *SpaceVim-commands*
|
||||
:SPConfig -g
|
||||
<
|
||||
|
||||
:SPUpdate *:SPUpdate*
|
||||
Command for update plugin, support completion of plugin name.
|
||||
>
|
||||
:SPUpdate vim-airline
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
FUNCTIONS *SpaceVim-functions*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user