vim 7.4 compatibility for variable init (#665)

This commit is contained in:
raven42
2020-09-28 22:33:07 +03:00
committed by GitHub
parent 6099093050
commit 98efae9899
+1
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()