commit | e71eea801ec779e2d19f4b486313b59de2137a8a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 03 17:10:06 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 03 17:10:06 2015 +0100 |
tree | 42f4bd30a2aab57ee0e63a6ff29f2ad6df9c2366 | |
parent | d7ce7a9ad2d9311f7ec3368eeddec8fce6d8e890 [diff] [blame] |
updated for version 7.4.615 Problem: Vim hangs when freeing a lot of objects. Solution: Do not go back to the start of the list every time. (Yasuhiro Matsumoto and Ariya Mizutani)
diff --git a/src/version.c b/src/version.c index efee40d..f278cda 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 615, +/**/ 614, /**/ 613,