Close the intaller output when complete

This commit is contained in:
Ben Jackson 2020-07-21 21:55:31 +01:00
commit 05bbafd60c
3 changed files with 47 additions and 14 deletions

View file

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