Prettify the output with some syntax and quiet option
This commit is contained in:
parent
4144631d03
commit
000f7a9232
8 changed files with 146 additions and 78 deletions
|
|
@ -102,9 +102,12 @@ command! -bar
|
|||
command! -bar -nargs=* -complete=custom,vimspector#CompleteInstall
|
||||
\ VimspectorInstall
|
||||
\ call vimspector#Install( <f-args> )
|
||||
command! -bar -nargs=0
|
||||
command! -bar -nargs=*
|
||||
\ VimspectorUpdate
|
||||
\ call vimspector#Update()
|
||||
\ call vimspector#Update( <f-args> )
|
||||
command! -bar -nargs=*
|
||||
\ VimspectorAbortInstall
|
||||
\ call vimspector#AbortInstall( <f-args> )
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue