Allow VimspectorShowOutput with no argument

This commit is contained in:
Ben Jackson 2020-07-27 22:49:13 +01:00
commit d86b42bf5b
2 changed files with 7 additions and 3 deletions

View file

@ -88,7 +88,7 @@ endif
command! -bar -nargs=1 -complete=custom,vimspector#CompleteExpr
\ VimspectorWatch
\ call vimspector#AddWatch( <f-args> )
command! -bar -nargs=1 -complete=custom,vimspector#CompleteOutput
command! -bar -nargs=? -complete=custom,vimspector#CompleteOutput
\ VimspectorShowOutput
\ call vimspector#ShowOutput( <f-args> )
command! -bar -nargs=1 -complete=custom,vimspector#CompleteExpr