1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 04:50:04 +08:00

fix(debug): fix Undefined variable

This commit is contained in:
wsdjeg 2022-01-03 15:54:28 +08:00
parent ecfb31c0f9
commit 05ea303c80

View File

@ -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