mirror of
https://github.com/preservim/tagbar.git
synced 2025-01-31 18:41:44 +08:00
vim 7.4 compatibility for variable init (#665)
This commit is contained in:
parent
6099093050
commit
98efae9899
|
@ -116,6 +116,7 @@ function! s:setup_options() abort
|
|||
|
||||
for [opt, val] in options
|
||||
call s:init_var(opt, val)
|
||||
unlet val
|
||||
endfor
|
||||
endfunction
|
||||
call s:setup_options()
|
||||
|
|
Loading…
Reference in New Issue
Block a user