mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 10:27:00 +00:00
Problem: CTRL-X CTRL-R only completes individual words from registers,
making it difficult to insert complete register content.
Solution: Add consecutive CTRL-X CTRL-R support - first press completes
words, second press completes full register lines, similar to
CTRL-X CTRL-L and CTRL-X CTRL-P behavior (glepnir).
closes: vim/vim#17395
d5fdfa5c9c
Co-authored-by: glepnir <glephunter@gmail.com>