diff src/version.c @ 8029:770dd91ad9f7 v7.4.1309

commit https://github.com/vim/vim/commit/00af60bbb6cc7e8ccafddb30a1964f891b800bce Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 13 14:06:14 2016 +0100 patch 7.4.1309 Problem: When a test fails not all relevant info is listed. Solution: Add the errors to the messages.
author Christian Brabandt <cb@256bit.org>
date Sat, 13 Feb 2016 14:15:04 +0100
parents 4fd171e5cedc
children ece323e2b57f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1309,
+/**/
     1308,
 /**/
     1307,