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

Check for metatable with `__call` when asserting callable status

Open krady21 opened this issue 3 years ago • 0 comments

Found this while trying to wrap() the vim.ui.input offered by dressing.nvim, as it actually overrides the value with a table that implements __call instead of an actual function.

krady21 avatar Aug 12 '22 09:08 krady21