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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user