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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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