summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-02-23 20:13:04 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-23 20:13:04 +0000
commit2824d1ee325ea61855c26f77e7a4e095b9606720 (patch)
tree9222f05ac6de32b6c72e67ef1c4d40604a7d23c1 /src/version.c
parentca06b30073de22dc120b532e90fbee2a10ef9772 (diff)
patch 9.0.1347: "gr CTRL-O" stays in Insert modev9.0.1347
Problem: "gr CTRL-O" stays in Insert mode. (Pierre Ganty) Solution: Do not set restart_edit when "cmdchar" is 'v'. (closes #12045)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index fbc0b9232e..23d7a2fe56 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1347,
+/**/
1346,
/**/
1345,