summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-19 14:48:14 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-19 14:48:14 +0100
commit060b8384888ce91b1bc194101091d0f9f85d0490 (patch)
treef340fa859a1e762d3ba464ba02a1c1984f7ed7a9 /src/version.c
parent11df3aeee548b959ccd4b9a4d3c44651eab6b3ce (diff)
patch 9.0.0796: mapping test fails in some situationsv9.0.0796
Problem: Mapping test fails in some situations. Solution: Find the line with the verbose information.
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 a5855b81fa..7ee612d589 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 */
/**/
+ 796,
+/**/
795,
/**/
794,