Close the intaller output when complete
This commit is contained in:
parent
ca4ab52f8d
commit
05bbafd60c
3 changed files with 47 additions and 14 deletions
|
|
@ -99,10 +99,11 @@ command! -bar
|
|||
\ call vimspector#Reset()
|
||||
|
||||
" Installer commands
|
||||
command! -bar -nargs=*
|
||||
command! -bar -nargs=* -complete=custom,vimspector#CompleteInstall
|
||||
\ VimspectorInstall
|
||||
\ call vimspector#Install( <f-args> )
|
||||
|
||||
|
||||
" Dummy autocommands so that we can call this whenever
|
||||
augroup VimspectorUserAutoCmds
|
||||
au!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue