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

fix: use scratch buffer and lhs for keymap.normalize() #986

Merged
merged 1 commit into from
May 13, 2022
Merged

fix: use scratch buffer and lhs for keymap.normalize() #986

merged 1 commit into from
May 13, 2022

Conversation

zeertzjq
Copy link
Contributor

Fix neovim/neovim#18303

This can be slower, I don't know how frequently this function is called as I don't use this plugin.

@zeertzjq
Copy link
Contributor Author

@arsham Can you test if this fixes neovim/neovim#18303?

lua/cmp/utils/keymap.lua Outdated Show resolved Hide resolved
@arsham
Copy link

arsham commented May 13, 2022

@arsham Can you test if this fixes neovim/neovim#18303?

It works, thank you!

Fix neovim/neovim#18303

This can be slower, I don't know how frequently this function is called as I don't use this plugin.
@hrsh7th
Copy link
Owner

hrsh7th commented May 13, 2022

LGTM! It looks reasonable. Thank you!

@hrsh7th hrsh7th merged commit 6527e5f into hrsh7th:main May 13, 2022
@zeertzjq zeertzjq deleted the patch-1 branch May 13, 2022 10:25
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.

Custom completion views falls back to native on imap events
3 participants