mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:20:05 +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
|
||||
" <
|
||||
|
||||
let s:debugger_plugin = 'vebugger'
|
||||
|
||||
function! SpaceVim#layers#debug#set_variable(var) abort
|
||||
let s:debugger_plugin = get(a:var, 'debugger_plugin', '')
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user