feat: complete mactag.yazi
This commit is contained in:
@@ -17,4 +17,6 @@ local function entry(st)
|
||||
ya.app_emit("resize", {})
|
||||
end
|
||||
|
||||
return { entry = entry }
|
||||
local function enabled(st) return st.old ~= nil end
|
||||
|
||||
return { entry = entry, enabled = enabled }
|
||||
|
||||
Reference in New Issue
Block a user