-
-
Notifications
You must be signed in to change notification settings - Fork 618
E5108 when calling help with g? #2609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Thanks for bringing this up. Since f779aba |
alex-courtis
added a commit
that referenced
this issue
Jan 1, 2024
Please fetch latest for fix. |
Thank you @alex-courtis for fixing this! works like a charm |
My apologies for the inconvenience, I didn't notice this little exception 😅 |
This was referenced Sep 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
Run "nvim -nu /tmp/nvt-min.lua". Open nvim-tree with :NvimTreeOpen. Press g? to get help screen. Help screen doesn't open, but gives error message:
E5108: Error executing lua: ...te/pack/packer/start/nvim-tree.lua/lua/nvim-tree/api.lua:49: attempt to call upvalue 'f' (a nil value)
stack traceback:
...te/pack/packer/start/nvim-tree.lua/lua/nvim-tree/api.lua:49: in function <...te/pack/packer/start/nvim-tree.lua/lua/nvim-tree/api.lua:47>
Neovim version
Operating system and version
Arch Linux, Kernel 6.6.8-arch1-1
Windows variant
No response
nvim-tree version
f779aba
Clean room replication
Steps to reproduce
Expected behavior
help screen should appear
Actual behavior
error message:
E5108: Error executing lua: ...te/pack/packer/start/nvim-tree.lua/lua/nvim-tree/api.lua:49: attempt to call upvalue 'f' (a nil value)
stack traceback:
...te/pack/packer/start/nvim-tree.lua/lua/nvim-tree/api.lua:49: in function <...te/pack/packer/start/nvim-tree.lua/lua/nvim-tree/api.lua:47>
The text was updated successfully, but these errors were encountered: