summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-05-15 13:19:16 +0200
committerBram Moolenaar <Bram@vim.org>2021-05-15 13:19:16 +0200
commit847fe7d750001a46a09b97ad57286612d0be8100 (patch)
treea1240abc97f972c5ebc6e29da430346ea72c9fb0 /src/version.c
parent71c6f7a665eb467054fbf319989d97c252af28d2 (diff)
downloadvim-git-847fe7d750001a46a09b97ad57286612d0be8100.tar.gz
patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChangedv8.2.2851
Problem: Using <Cmd> mapping on the command line triggers CmdlineChanged. (Naohiro Ono) Solution: Jump to cmdline_not_changed if the command line didn't change. (closes #8208)
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 83c773f23..0d3c2ad52 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2851,
+/**/
2850,
/**/
2849,