No args for VimspectorAbortInstall
This commit is contained in:
parent
8d1c723b28
commit
2ea112ded9
1 changed files with 2 additions and 2 deletions
|
|
@ -105,9 +105,9 @@ command! -bar -nargs=* -complete=custom,vimspector#CompleteInstall
|
||||||
command! -bar -nargs=*
|
command! -bar -nargs=*
|
||||||
\ VimspectorUpdate
|
\ VimspectorUpdate
|
||||||
\ call vimspector#Update( <f-args> )
|
\ call vimspector#Update( <f-args> )
|
||||||
command! -bar -nargs=*
|
command! -bar -nargs=0
|
||||||
\ VimspectorAbortInstall
|
\ VimspectorAbortInstall
|
||||||
\ call vimspector#AbortInstall( <f-args> )
|
\ call vimspector#AbortInstall()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue