mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
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:
@@ -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 + [
|
||||
|
||||
Reference in New Issue
Block a user