Fix file-scope tags in uctags, closes #314

This commit is contained in:
Jan Larres 2016-09-12 12:37:19 +12:00
parent 35ee5a91f9
commit d841db9f49

View File

@ -2184,6 +2184,7 @@ function! s:ExecuteCtagsOnFile(fname, realfname, typeinfo) abort
\ '--excmd=pattern',
\ '--fields=nksSaf',
\ '--extra=',
\ '--file-scope=yes',
\ '--sort=no',
\ '--append=no'
\ ]