commit | a7a691cc142439e266f4ceb1f208bb952b57aa71 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 09 16:36:04 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 09 16:36:04 2020 +0100 |
tree | ebe600566e203253e7f6f2502c3032c2608c32ec | |
parent | 730677a0dafe6f2e72888ef59f74f66f2d0a573e [diff] [blame] |
patch 8.2.2121: internal error when using \ze before \zs in a pattern Problem: Internal error when using \ze before \zs in a pattern. Solution: Check the end is never before the start. (closes #7442)
diff --git a/src/version.c b/src/version.c index 9d09c07..9bb587d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2121, +/**/ 2120, /**/ 2119,