mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +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=*
|
command! -nargs=*
|
||||||
\ -complete=customlist,SpaceVim#commands#complete_SPConfig
|
\ -complete=customlist,SpaceVim#commands#complete_SPConfig
|
||||||
\ SPConfig call SpaceVim#commands#config(<f-args>)
|
\ SPConfig call SpaceVim#commands#config(<f-args>)
|
||||||
|
""
|
||||||
|
" Command for update plugin, support completion of plugin name.
|
||||||
|
" >
|
||||||
|
" :SPUpdate vim-airline
|
||||||
|
" <
|
||||||
command! -nargs=*
|
command! -nargs=*
|
||||||
\ -complete=custom,SpaceVim#commands#complete_plugin
|
\ -complete=custom,SpaceVim#commands#complete_plugin
|
||||||
\ SPUpdate call SpaceVim#commands#update_plugin(<f-args>)
|
\ SPUpdate call SpaceVim#commands#update_plugin(<f-args>)
|
||||||
|
@ -328,6 +328,12 @@ COMMANDS *SpaceVim-commands*
|
|||||||
:SPConfig -g
|
:SPConfig -g
|
||||||
<
|
<
|
||||||
|
|
||||||
|
:SPUpdate *:SPUpdate*
|
||||||
|
Command for update plugin, support completion of plugin name.
|
||||||
|
>
|
||||||
|
:SPUpdate vim-airline
|
||||||
|
<
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
FUNCTIONS *SpaceVim-functions*
|
FUNCTIONS *SpaceVim-functions*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user