commit | 72bb10df1fb3eb69bc91f5babfb8881ce098cba1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 14:00:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 14:00:32 2022 +0100 |
tree | e2f392f6e2c6567e6686027b70021ed6a862d723 | |
parent | 0f68e6c07aaf62c034a242f183b93c1bb44e7f93 [diff] [blame] |
patch 8.2.4693: new regexp does not accept pattern "\%>0v" Problem: new regexp does not accept pattern "\%>0v". Solution: Do accept digit zero.
diff --git a/src/version.c b/src/version.c index 4451f7d..203b947 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4693, +/**/ 4692, /**/ 4691,