commit | 2d46e6075ba3aa369172e610782810b9ac3f1f4b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 29 11:56:32 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 29 11:56:32 2014 +0200 |
tree | 82015972dbb87c03b480a2f0eb305fa216803f20 | |
parent | a9537d238e8c2fe9afb9bbf4e137734372b7d9ba [diff] [blame] |
updated for version 7.4.421 Problem: Crash when searching for "\ze*". (Urtica Dioica) Solution: Disallow a multi after \ze and \zs.
diff --git a/src/version.c b/src/version.c index a34bef2..d047c9b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 421, +/**/ 420, /**/ 419,