mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-12 18:00:44 +08: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:
parent
70b691efe1
commit
b9e7f0a291
|
@ -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 + [
|
||||
|
|
Loading…
Reference in New Issue
Block a user