mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-12 17:55:41 +08:00
fix(debug): fix Undefined variable
This commit is contained in:
parent
ecfb31c0f9
commit
05ea303c80
@ -36,6 +36,8 @@ scriptencoding utf-8
|
|||||||
" SPC d e evaluate-cursor-symbol-or-selection
|
" SPC d e evaluate-cursor-symbol-or-selection
|
||||||
" <
|
" <
|
||||||
|
|
||||||
|
let s:debugger_plugin = 'vebugger'
|
||||||
|
|
||||||
function! SpaceVim#layers#debug#set_variable(var) abort
|
function! SpaceVim#layers#debug#set_variable(var) abort
|
||||||
let s:debugger_plugin = get(a:var, 'debugger_plugin', '')
|
let s:debugger_plugin = get(a:var, 'debugger_plugin', '')
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user