mapx.nvim icon indicating copy to clipboard operation
mapx.nvim copied to clipboard

Support metatables with `__call` metamethod as rhs

Open b0o opened this issue 4 years ago • 0 comments

For example, this currently does not work:

require'mapx'.map("<leader>t", setmetatable({}, { __call = function() print"test" end }))

b0o avatar Mar 24 '22 03:03 b0o