mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-23 10:21:00 +08:00
Add simple inspect() debug function
This commit is contained in:
parent
251c774431
commit
5c33e09d68
|
@ -4140,5 +4140,10 @@ function! tagbar#gettypeconfig(type) abort
|
|||
silent put =output
|
||||
endfunction
|
||||
|
||||
" tagbar#inspect() {{{2
|
||||
function! tagbar#inspect(var) abort
|
||||
return get(s:, a:var)
|
||||
endfunction
|
||||
|
||||
" Modeline {{{1
|
||||
" vim: ts=8 sw=4 sts=4 et foldenable foldmethod=marker foldcolumn=1
|
||||
|
|
Loading…
Reference in New Issue
Block a user