commit | bb7943b7920ef2f88cb9b6f46c34c7946c370819 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 05 13:30:06 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 05 13:30:06 2017 +0200 |
tree | 6b646bc455347b774411c0fe6d6a39f0daaa640d | |
parent | 763209c57bf50ae777f9c2929eeea01eff7ae6ee [diff] [blame] |
patch 8.0.0618: NFA regex engine handles [0-z] incorrectly Problem: NFA regex engine handles [0-z] incorrectly. Solution: Return at the right point. (James McCoy, closes #1703)
diff --git a/src/version.c b/src/version.c index 4fddbb9..fa8b538 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 618, +/**/ 617, /**/ 616,