Mercurial > vim
annotate runtime/macros/editexisting.vim @ 32045:55926b4f2246 v9.0.1354
patch 9.0.1354: "gr CTRL-G" stays in virtual replace mode
Commit: https://github.com/vim/vim/commit/d6a4ea3aa0d3f4a886ea900e94bf4e8ca8ae8d63
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Feb 25 14:24:44 2023 +0000
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 https://github.com/vim/vim/issues/12045)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 25 Feb 2023 15:30:02 +0100 |
parents | a345060d671a |
children |
rev | line source |
---|---|
8777
a345060d671a
commit https://github.com/vim/vim/commit/0b9e4d1224522791c0dbbd45742cbd688be823f3
Christian Brabandt <cb@256bit.org>
parents:
6421
diff
changeset
|
1 " Load the editexisting package. |
a345060d671a
commit https://github.com/vim/vim/commit/0b9e4d1224522791c0dbbd45742cbd688be823f3
Christian Brabandt <cb@256bit.org>
parents:
6421
diff
changeset
|
2 " For those users who were loading the editexisting plugin from here. |
a345060d671a
commit https://github.com/vim/vim/commit/0b9e4d1224522791c0dbbd45742cbd688be823f3
Christian Brabandt <cb@256bit.org>
parents:
6421
diff
changeset
|
3 packadd editexisting |