diff src/version.c @ 7214:e036defe034e v7.4.916

commit https://github.com/vim/vim/commit/8648357841065295e39831d2b559d87ca01a7a7c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 10 19:04:23 2015 +0100 patch 7.4.916 Problem: When running out of memory while copying a dict memory may be freed twice. (ZyX) Solution: Do not call the garbage collector when running out of memory.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Nov 2015 19:15:04 +0100
parents 55c67e16e4fd
children 310925215e17
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    916,
+/**/
     915,
 /**/
     914,