mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-13 03:00:46 +08:00
Make ctags_args more readable
This commit is contained in:
parent
7ac78715b2
commit
58b13eaaa9
|
@ -284,7 +284,12 @@ function! s:ProcessFile(fname, ftype)
|
|||
|
||||
let typeinfo = s:known_types[a:ftype]
|
||||
|
||||
let ctags_args = ' -f - --format=2 --excmd=pattern --fields=nksSaz --extra= --sort=yes '
|
||||
let ctags_args = ' -f - '
|
||||
let ctags_args .= ' --format=2 '
|
||||
let ctags_args .= ' --excmd=pattern '
|
||||
let ctags_args .= ' --fields=nksSaz '
|
||||
let ctags_args .= ' --extra= '
|
||||
let ctags_args .= ' --sort=yes '
|
||||
|
||||
let ctags_type = typeinfo.ctagstype
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user