diff src/version.c @ 7289:32efe489afc5 v7.4.950

commit https://github.com/vim/vim/commit/4649ded2877508fe343cbcf6f7e7fd277be0aab3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 3 14:55:55 2015 +0100 patch 7.4.950 Problem: v:errors is not initialized. Solution: Initialze it to an empty list. (Thinca)
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Dec 2015 15:00:05 +0100
parents 6fcadba9ec7a
children 6ffc75d807bd
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 */
 /**/
+    950,
+/**/
     949,
 /**/
     948,