1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-07-03 11:12:44 +00:00

commit new z.lua

This commit is contained in:
skywind3000
2019-01-14 09:45:18 +08:00
parent bef20b26ae
commit 7a837a3796
+2 -2
View File
@@ -1214,8 +1214,8 @@ function z_init()
end
end
if _zl_matchmode ~= nil then
local m = string.lower(_zl_matchmode)
if (m == '1') then
local m = tonumber('_ZL_MATCH_MODE')
if (m == 1) then
Z_MATCHNAME = true
Z_SKIPPWD = true
end