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 59b6207 commit 2771f15Copy full SHA for 2771f15
gma.lua
@@ -86,7 +86,7 @@ local function decode(json --[[@param json string]]) ---@return table
86
end
87
88
local function wildcard2pattern(s --[[@param s string]])
89
- return "^%./" .. s:gsub("%.", "%%."):gsub("%*", ".*")
+ return "^%./" .. s:gsub("%.", "%%."):gsub("%*", ".*") .. "$"
90
91
92
do
0 commit comments