diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-06-21 21:55:18 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-06-21 21:55:18 +0200 |
commit | 419a40ac9657e39646b2e0f3f71d7736b0c459d1 (patch) | |
tree | 09a74d258eb68cfab3f27bcd205f3ba3021d6e8b /src/version.c | |
parent | 226b28b96150e59375d2bff44e0aadd382b0c3f1 (diff) | |
download | vim-git-8.2.3033.tar.gz |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a6e483e05..d8d033a2e 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, |