diff src/version.c @ 7152:cbdc02d71a18 v7.4.887

commit https://github.com/vim/vim/commit/c2b717ebd6719e722dcb5f10e4c74033a53ff7c7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 29 15:06:14 2015 +0200 patch 7.4.887 Problem: Using uninitialized memory for regexp with back reference. (Dominique Pelle) Solution: Initialize end_lnum.
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Sep 2015 15:15:04 +0200
parents 46390681bd80
children a01294e1c02f
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 */
 /**/
+    887,
+/**/
     886,
 /**/
     885,