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
Plugin defined functions and commands must begin with uppercase. But we should throw an error for this as early as possible, ideally by nvim core so it covers hosts in all languages.
here are the rplugin
put this script in
~/.config/nvim/rplugin/python3
and runUpdateRemotePlugins
, generaterplugin.vim
in.local/share/nvim
now if run
call TestPython()
, if will output correctly. But if runcall test_python()
, it complains unknown function.The text was updated successfully, but these errors were encountered: