mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-18 13:22:46 +08:00
Merge pull request #206 from hachibeeDI/fix/disable_appendmode
Make sure that ctags is not called in append mode
This commit is contained in:
commit
9bf4fd99e4
|
@ -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