commit | 1560d07045d416d0abf9731c43c28925f61515b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 13 22:53:29 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 13 22:53:29 2015 +0200 |
tree | 41bfa68f9e79834aac1134f344360619d5c17ed4 | |
parent | 8e8b486727a473fa21dccde3ec4541f7ee70c2f4 [diff] [blame] |
patch 7.4.825 Problem: Invalid memory access for ":syn keyword x a[". Solution: Do not skip over the NUL. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index da75ff1..fd9bf18 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 825, +/**/ 824, /**/ 823,