1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-18 21:59:49 +00:00

new _ZL_MATCH_MODE

This commit is contained in:
skywind3000
2019-01-14 09:54:18 +08:00
parent 7a837a3796
commit b042f0edc4

2
z.lua
View File

@@ -1214,7 +1214,7 @@ function z_init()
end
end
if _zl_matchmode ~= nil then
local m = tonumber('_ZL_MATCH_MODE')
local m = tonumber(_zl_matchmode)
if (m == 1) then
Z_MATCHNAME = true
Z_SKIPPWD = true