commit | cbdf0a0b4adc19fb443bb7df542578c3e76970ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 27 13:37:10 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 27 13:37:10 2014 +0100 |
tree | 6e58956896447bc1fe45a2e8d7b578f9dc438024 | |
parent | 8c731505b094bdad100484373387b4c4658300d5 [diff] [blame] |
updated for version 7.4.528 Problem: Crash when using matchadd() (Yasuhiro Matsumoto) Solution: Copy the match regprog.
diff --git a/src/version.c b/src/version.c index a3adca8..c674ce1 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 528, +/**/ 527, /**/ 526,