From d841db9f492d8a5684729971445c7a29dd1be79d Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Mon, 12 Sep 2016 12:37:19 +1200 Subject: [PATCH] Fix file-scope tags in uctags, closes #314 --- autoload/tagbar.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index d876de1..1ea605f 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -2184,6 +2184,7 @@ function! s:ExecuteCtagsOnFile(fname, realfname, typeinfo) abort \ '--excmd=pattern', \ '--fields=nksSaf', \ '--extra=', + \ '--file-scope=yes', \ '--sort=no', \ '--append=no' \ ]