1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

vim 7.4 compatibility for variable init (#665)

This commit is contained in:
raven42
2020-09-28 14:33:07 -05:00
committed by GitHub
parent 6099093050
commit 98efae9899

View File

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