commit | 0b94e297afd072c51bf2eed12c7ffe3978d93399 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 13:59:53 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 13:59:53 2021 +0200 |
tree | dbdfbf16f6a676b9f5c7d9c9fdce99f001a1b98b | |
parent | 886e5e737d0b2eea755c415a86997ca3b7fe5349 [diff] [blame] |
patch 8.2.2716: the equivalent class regexp is missing some characters Problem: The equivalent class regexp is missing some characters. Solution: Update the list of equivalent characters. (Dominique Pellé, closes #8029)
diff --git a/src/version.c b/src/version.c index 86b0593..d38b6ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2716, +/**/ 2715, /**/ 2714,