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: expr for insert mode #2458

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

Conni2461
Copy link
Member

fix #2431

it only contains the fix for 2431, it does not completely refactor mappings. plan to do that in a separate branch. I also cant recall when vim.keymap was introduced and if it would break 0.7 support (we still have on 0.1.x). need to figure this out before merging ^^

@max397574
Copy link
Contributor

max397574 commented Apr 9, 2023

quite sure vim.keymap was added in 0.7
see here https://neovim.io/news/2022/04

@akinsho
Copy link
Contributor

akinsho commented Apr 9, 2023

Random drive by comment (as I was just reading through this issue) but you might benefit from
https://github.com/tweekmonster/helpful.vim plugin, it allows you to check when things were added to nvim e.g. you could do :HelpfulVersion vim.keymap

@Conni2461 Conni2461 merged commit 9e3922f into nvim-telescope:master Jun 7, 2023
@Conni2461 Conni2461 deleted the fix/expr_insert branch June 7, 2023 09:30
Conni2461 added a commit that referenced this pull request Jun 9, 2023
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.

Map with expr for insert mode does not work with attach_mappings
3 participants