Prettify the output with some syntax and quiet option

This commit is contained in:
Ben Jackson 2020-07-22 14:40:23 +01:00
commit 000f7a9232
8 changed files with 146 additions and 78 deletions

View file

@ -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> )