commit | 382197865ca8353a3d6681a364f95bda6aed95ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 15:27:13 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 15:27:13 2015 +0200 |
tree | 8e8eae5eca9b1d252c002f72390f47fede1572ae | |
parent | dbd24b59678dd976b2ad356451e248a6e8b8bd8b [diff] [blame] |
patch 7.4.814 Problem: Illegal memory access with "sy match a fold". Solution: Check for empty string. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 862759c..53fa03d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 814, +/**/ 813, /**/ 812,