Skip to content
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

Return key mapping callback return value, so eval option works #1193

Merged

Conversation

ajenkinski
Copy link
Contributor

@ajenkinski ajenkinski commented Oct 21, 2023

This contains a small fix to make it so that the return value of key mapping callbacks get passed on to nvim. This is needed so key mappings with the expr=true option work. See issue #1192 for details.

Fixes #1192

@cseickel cseickel merged commit 0b9a83e into nvim-neo-tree:main Oct 22, 2023
4 checks passed
@ajenkinski ajenkinski deleted the 1192-return-mapping-callback-value branch October 22, 2023 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: eval option doesn't work in key mappings
2 participants