comparison src/version.c @ 11171:7fc6afa998be v8.0.0472

patch 8.0.0472: when a test fails another test may also fail commit https://github.com/vim/vim/commit/c537947100d4a73754ad4b4c9228c6c439655e5d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 16 22:38:00 2017 +0100 patch 8.0.0472: when a test fails another test may also fail Problem: When a test fails and test.log is created, Test_edit_CTRL_I matches it instead of test1.in. Solution: Match with runtest.vim instead.
author Christian Brabandt <cb@256bit.org>
date Thu, 16 Mar 2017 22:45:04 +0100
parents f4971739ea47
children cc94b80016fd
comparison
equal deleted inserted replaced
11170:3c8cb5ff2434 11171:7fc6afa998be
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 472,
767 /**/ 769 /**/
768 471, 770 471,
769 /**/ 771 /**/
770 470, 772 470,
771 /**/ 773 /**/