mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-23 10:41:49 +08:00
Fix file-scope tags in uctags, closes #314
This commit is contained in:
parent
35ee5a91f9
commit
d841db9f49
|
@ -2184,6 +2184,7 @@ function! s:ExecuteCtagsOnFile(fname, realfname, typeinfo) abort
|
|||
\ '--excmd=pattern',
|
||||
\ '--fields=nksSaf',
|
||||
\ '--extra=',
|
||||
\ '--file-scope=yes',
|
||||
\ '--sort=no',
|
||||
\ '--append=no'
|
||||
\ ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user