This commit is contained in:
2023-01-24 12:41:40 +08:00
parent e3416f0e72
commit 0f73cb3fed
9 changed files with 208 additions and 35 deletions

View File

@@ -1,5 +1,10 @@
--
-- Configuration tools
--
local conftool = {}
-- a viml-like set function
function conftool.set(...)
for _,a in ipairs{...} do
if type(a) == "string" then