FixUp: vint
This commit is contained in:
parent
710cffe2da
commit
1ace7b648e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ let s:save_cpo = &cpoptions
|
|||
set cpoptions&vim
|
||||
" }}}
|
||||
|
||||
function! s:Debug( ... )
|
||||
function! s:Debug( ... ) abort
|
||||
py3 <<EOF
|
||||
if _vimspector_session is not None:
|
||||
_vimspector_session._logger.debug( *vim.eval( 'a:000' ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue