diff src/version.c @ 8426:02ce040591c8 v7.4.1504

commit https://github.com/vim/vim/commit/3f39f648662bf8723f687d14694041779ed0780c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 6 21:35:57 2016 +0100 patch 7.4.1504 Problem: No test for reading last-but-one line. Solution: Add a test.
author Christian Brabandt <cb@256bit.org>
date Sun, 06 Mar 2016 21:45:05 +0100
parents be45d4921f1f
children 4e22d0e7bfb1
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1504,
+/**/
     1503,
 /**/
     1502,