commit | 332ac0621c568a6ac88dc91e57b60c68b1c83b9d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 15 13:06:21 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 15 13:06:21 2013 +0200 |
tree | 0f6972f51ed751ea04bbb4c5830824ce554f1cc2 | |
parent | 84b0493c34b59313498d1c1710bd6462f1769846 [diff] [blame] |
updated for version 7.3.895 Problem: Valgrind error in test 91. (Issue 128) Solution: Pass scope name to find_var_in_ht().
diff --git a/src/version.c b/src/version.c index 2c0a759..f7ee739 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 895, +/**/ 894, /**/ 893,