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 075cafa commit a5d04b0Copy full SHA for a5d04b0
luasrc/patch.lua
@@ -31,6 +31,11 @@ end
31
private_vibescript.configure_patch = function ()
32
function ApplyPatch(patch)
33
print(private_vibescript.match_pattern(".git/config",".git/*"))
34
+ print(private_vibescript.match_pattern("teste","teste"))
35
+ print(private_vibescript.match_pattern("teste",".git/*"))
36
+ print(private_vibescript.match_pattern(".git/config",".git/"))
37
+ print(private_vibescript.match_pattern("config/teste","*config/teste"))
38
+
39
if true then return end
40
41
if not patch then
0 commit comments