Improve keymap (#768)

* Improve keymap

* improve

* rename

* Add tests

* Use nightly for testing

* Enable failing test

* Add manual test case
This commit is contained in:
hrsh7th
2022-01-31 14:16:48 +09:00
committed by GitHub
parent d93104244c
commit f4bb6ffdb1
4 changed files with 143 additions and 108 deletions

View File

@@ -18,7 +18,7 @@ async.throttle = function(fn, timeout)
stop = function()
time = nil
timer:stop()
end
end,
}, {
__call = function(self, ...)
local args = { ... }