From fa984418e7becd8e7d6543cd3ea25f605e9ac97f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 25 Mar 2021 22:15:28 +0100 Subject: patch 8.2.2652: Vim9: can use command modifier without an effect Problem: Vim9: can use command modifier without an effect. Solution: Give an error for a misplaced command modifier. Fix error message number. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 9e80bd42f..3ffa1592b 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2652, /**/ 2651, /**/ -- cgit v1.2.1