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

commit new z.lua

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

4
z.lua
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