updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user