summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-06-21 21:55:18 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-21 21:55:18 +0200
commit419a40ac9657e39646b2e0f3f71d7736b0c459d1 (patch)
tree09a74d258eb68cfab3f27bcd205f3ba3021d6e8b /src/version.c
parent226b28b96150e59375d2bff44e0aadd382b0c3f1 (diff)
patch 8.2.3033: no error when using alpha delimiter with :globalv8.2.3033
Problem: No error when using alpha delimiter with :global. Solution: Check the delimiter like with :substitute. (closes #8415)
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 a6e483e05c..d8d033a2e0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3033,
+/**/
3032,
/**/
3031,