You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, it was failing since non-built-in functions must start with capital letters. I think it would be nice if this failed with a more obvious error message.
dlants
changed the title
Docs on how to use registerFunction from neovim side?
registerFunction with lower-case function name is difficult to debug (fails silently).
Dec 22, 2024
dlants
changed the title
registerFunction with lower-case function name is difficult to debug (fails silently).
registerFunction with lower-case function name is difficult to debug (fails without explaining the capitalization issue).
Dec 22, 2024
I'm defining a function:
I am running
:UpdateRemotePlugins
, and seeing the function defined in the rplugin manifest:However, when I try and use it from nvim, I get "unknown function":
Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: