]> granicus.if.org Git - vim/commit
patch 9.0.1354: "gr CTRL-G" stays in virtual replace mode v9.0.1354
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Feb 2023 14:24:44 +0000 (14:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Feb 2023 14:24:44 +0000 (14:24 +0000)
commitd6a4ea3aa0d3f4a886ea900e94bf4e8ca8ae8d63
tree08280d9941371f9a9138a61082cb65361931ef04
parent6d611de58c8e324491415da8e79c6bd3faa3e848
patch 9.0.1354: "gr CTRL-G" stays in virtual replace mode

Problem:    "gr CTRL-G" stays in virtual replace mode. (Pierre Ganty)
Solution:   Prepend CTRL-V before control characters. (closes #12045)
src/edit.c
src/normal.c
src/testdir/test_edit.vim
src/version.c