Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Support metatables with __call metamethod as rhs #11

@b0o

Description

@b0o

For example, this currently does not work:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions