From 98efae98996d11782f716d5de3c549dd39ea3245 Mon Sep 17 00:00:00 2001 From: raven42 Date: Mon, 28 Sep 2020 14:33:07 -0500 Subject: [PATCH] vim 7.4 compatibility for variable init (#665) --- plugin/tagbar.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index 6f4b378..964666a 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -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()