We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0415f77 + a76b582 commit 019f20aCopy full SHA for 019f20a
1 file changed
autoload/ctrlp/buffertag.vim
@@ -139,7 +139,7 @@ fu! s:exectags(cmd)
139
endf
140
141
fu! s:exectagsonfile(fname, ftype)
142
- let [ags, ft] = ['-f - --sort=no --excmd=pattern --fields=nKs --extra= ', a:ftype]
+ let [ags, ft] = ['-f - --sort=no --excmd=pattern --fields=nKs --extra= --file-scope=yes ', a:ftype]
143
if type(s:types[ft]) == 1
144
let ags .= s:types[ft]
145
let bin = s:bin
0 commit comments