We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522bde4 commit 08ab346Copy full SHA for 08ab346
scripts/generate_default_mappings.lua
@@ -77,7 +77,7 @@ io.close(file)
77
-- lua
78
file = io.open("/tmp/DEFAULT_MAPPINGS.lua", "w")
79
io.output(file)
80
-fmt = string.format(" { %%-%d.%ds %%s }\n", max_key_lua, max_key_lua)
+fmt = string.format(" { %%-%d.%ds %%s },\n", max_key_lua, max_key_lua)
81
for _, m in pairs(outs_lua) do
82
io.write(string.format(fmt, m.key, m.action))
83
end
0 commit comments