mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-08 00:58:04 +08:00
Fix syntax bug introduced in merged PR #476 and emergency backtrack
This commit is contained in:
parent
b7766a1693
commit
70b691efe1
|
@ -1096,9 +1096,9 @@ 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
|
||||
fi
|
||||
endif
|
||||
let ctags_args = ctags_args + [
|
||||
\ '-f',
|
||||
\ '-',
|
||||
|
|
Loading…
Reference in New Issue
Block a user