mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-13 02:14:59 +08:00
specify a option is disable append mode
Because append mode is not allow that to output result on stdout.
This commit is contained in:
parent
ae46cc025b
commit
a9ec78aa5b
|
@ -2131,7 +2131,8 @@ function! s:ExecuteCtagsOnFile(fname, realfname, typeinfo) abort
|
|||
\ '--excmd=pattern',
|
||||
\ '--fields=nksSa',
|
||||
\ '--extra=',
|
||||
\ '--sort=no'
|
||||
\ '--sort=no',
|
||||
\ '--append=no'
|
||||
\ ]
|
||||
|
||||
" Include extra type definitions
|
||||
|
|
Loading…
Reference in New Issue
Block a user