Only prompt in 'interactive' contexts to avoid annoying questions
This commit is contained in:
parent
5201995279
commit
d8eb6a0463
4 changed files with 57 additions and 27 deletions
|
|
@ -105,7 +105,7 @@ command! -bar -nargs=1 -complete=custom,vimspector#CompleteExpr
|
|||
\ call vimspector#Evaluate( <f-args> )
|
||||
command! -bar
|
||||
\ VimspectorReset
|
||||
\ call vimspector#Reset()
|
||||
\ call vimspector#Reset( { 'interactive': v:true } )
|
||||
|
||||
" Installer commands
|
||||
command! -bar -bang -nargs=* -complete=custom,vimspector#CompleteInstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue