commit | dd8a5286e191d23410c5970a0f17f01c7ff1211b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 15:54:52 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 15:54:52 2015 +0200 |
tree | c0ac60a4bef3fbc1d9c69fabc23a80a7b41707bf | |
parent | 73627d0bd43e63a67995ab1c826f1cec4ed22560 [diff] [blame] |
patch 7.4.816 Problem: Invalid memory access when doing ":fun X(". Solution: Check for missing ')'. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index fc27f41..e5f2b94 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 816, +/**/ 815, /**/ 814,