Allow forcing selection from the menu with <leader>F5
This commit is contained in:
parent
f4831657b8
commit
32360236ff
3 changed files with 11 additions and 3 deletions
|
|
@ -41,11 +41,11 @@ function! s:Enabled() abort
|
|||
return s:enabled
|
||||
endfunction
|
||||
|
||||
function! vimspector#Launch() abort
|
||||
function! vimspector#Launch( ... ) abort
|
||||
if !s:Enabled()
|
||||
return
|
||||
endif
|
||||
py3 _vimspector_session.Start()
|
||||
py3 _vimspector_session.Start( *vim.eval( 'a:000' ) )
|
||||
endfunction
|
||||
|
||||
function! vimspector#LaunchWithSettings( settings ) abort
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue