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.
1 parent 4193c79 commit c2c5c6cCopy full SHA for c2c5c6c
lua/csgithub/query.lua
@@ -6,7 +6,7 @@ M.construct_query_path = function(args)
6
if args.includeExtension and not args.includeFilename then
7
return "*." .. ext
8
else
9
- return vim.fn.expand("%")
+ return vim.fn.expand("%:t")
10
end
11
12
0 commit comments