From b9e7f0a291c97d0867281ab66b1ec7d094306bd8 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 22 Oct 2019 10:15:27 +0300 Subject: [PATCH] Revert emergency fix, not actually broken; closes #550 There is no spoon. My testing last night was flawed because I had a typo in my RC file that was complicating matters. In seems the syntax fix was all this needed to work okay, not disabling the feature --- autoload/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index bb7613b..3b0c154 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -1096,7 +1096,7 @@ function! s:ExecuteCtagsOnFile(fname, realfname, typeinfo) abort let ctags_args = [] if exists('g:tagbar_ctags_options') for value in g:tagbar_ctags_options - " call add(ctags_args, '--options='.value) + call add(ctags_args, '--options='.value) endfor endif let ctags_args = ctags_args + [