No args for VimspectorAbortInstall

This commit is contained in:
Ben Jackson 2020-07-22 15:48:16 +01:00
commit 2ea112ded9

View file

@ -105,9 +105,9 @@ command! -bar -nargs=* -complete=custom,vimspector#CompleteInstall
command! -bar -nargs=*
\ VimspectorUpdate
\ call vimspector#Update( <f-args> )
command! -bar -nargs=*
command! -bar -nargs=0
\ VimspectorAbortInstall
\ call vimspector#AbortInstall( <f-args> )
\ call vimspector#AbortInstall()