commit | 419a40ac9657e39646b2e0f3f71d7736b0c459d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 21 21:55:18 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 21 21:55:18 2021 +0200 |
tree | 09a74d258eb68cfab3f27bcd205f3ba3021d6e8b | |
parent | 226b28b96150e59375d2bff44e0aadd382b0c3f1 [diff] [blame] |
patch 8.2.3033: no error when using alpha delimiter with :global Problem: No error when using alpha delimiter with :global. Solution: Check the delimiter like with :substitute. (closes #8415)
diff --git a/src/version.c b/src/version.c index a6e483e..d8d033a 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3033, +/**/ 3032, /**/ 3031,