Skip to content

Ctrl-R mapping not triggered during completion#20006

Closed
zeertzjq wants to merge 1 commit intovim:masterfrom
zeertzjq:vim-is-ctrl-x-key
Closed

Ctrl-R mapping not triggered during completion#20006
zeertzjq wants to merge 1 commit intovim:masterfrom
zeertzjq:vim-is-ctrl-x-key

Conversation

@zeertzjq
Copy link
Copy Markdown
Member

Problem: Ctrl-R mapping not triggered during completion.
Solution: Move Ctrl-R check out of vim_is_ctrl_x_key().

fixes: #20004

@zeertzjq zeertzjq force-pushed the vim-is-ctrl-x-key branch 2 times, most recently from c32a79a to 8088b9f Compare April 18, 2026 22:54
Problem:  Ctrl-R mapping not triggered during completion.
Solution: Move Ctrl-R check out of vim_is_ctrl_x_key().

fixes: vim#20004
@zeertzjq zeertzjq force-pushed the vim-is-ctrl-x-key branch from 8088b9f to 6f9f8a7 Compare April 19, 2026 23:14
@chrisbra
Copy link
Copy Markdown
Member

thanks

@chrisbra chrisbra closed this in 49e8630 Apr 20, 2026
@zeertzjq zeertzjq deleted the vim-is-ctrl-x-key branch April 20, 2026 22:46
zeertzjq added a commit to neovim/neovim that referenced this pull request Apr 21, 2026
…39261)

Problem:  Ctrl-R mapping not triggered during completion.
Solution: Move Ctrl-R check out of vim_is_ctrl_x_key()
          (zeertzjq).

fixes:  vim/vim#20004
closes: vim/vim#20006

vim/vim@49e8630
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.

Insert mode <C-r> mapping is not triggered after calling complete()

2 participants