comparison src/version.c @ 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 6095218c9056
children b49db96c1e55
comparison
equal deleted inserted replaced
32044:44d0d4a6d967 32045:55926b4f2246
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1354,
698 /**/ 700 /**/
699 1353, 701 1353,
700 /**/ 702 /**/
701 1352, 703 1352,
702 /**/ 704 /**/