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
This commit is contained in:
Caleb Maclennan 2019-10-22 10:15:27 +03:00
parent 70b691efe1
commit b9e7f0a291
No known key found for this signature in database
GPG Key ID: 63CC496475267693

View File

@ -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 + [