diff src/version.c @ 7540:b910bb01832a v7.4.1071

commit https://github.com/vim/vim/commit/cfc0a350a9fa04f1b0cfa1ba31fbd2847376513f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 9 20:23:00 2016 +0100 patch 7.4.1071 Problem: New style tests are executed in arbitrary order. Solution: Sort the test function names. (Hirohito Higashi) Fix the quickfix test that depended on the order.
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Jan 2016 20:30:04 +0100
parents c9fc24b76293
children 7df80e470272
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 */
 /**/
+    1071,
+/**/
     1070,
 /**/
     1069,