1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01: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:
Jan Larres
2014-05-02 16:29:09 +12:00

View File

@@ -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