summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-03-25 22:15:28 +0100
committerBram Moolenaar <Bram@vim.org>2021-03-25 22:15:28 +0100
commitfa984418e7becd8e7d6543cd3ea25f605e9ac97f (patch)
tree1e8b4185c415271d0d51f74cd56dab2ad05b7ff5 /src/version.c
parenta91a71322dc2e6a1640e73b6da1f1a2f94f39a54 (diff)
downloadvim-git-8.2.2652.tar.gz
patch 8.2.2652: Vim9: can use command modifier without an effectv8.2.2652
Problem: Vim9: can use command modifier without an effect. Solution: Give an error for a misplaced command modifier. Fix error message number.
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 9e80bd42f..3ffa1592b 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 */
/**/
+ 2652,
+/**/
2651,
/**/
2650,