Allow VimspectorShowOutput with no argument
This commit is contained in:
parent
10e9a75fc7
commit
d86b42bf5b
2 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue