diff src/version.c @ 21457:26bdc67a3918 v8.2.1279

patch 8.2.1279: some tests on Travis have EXITFREE duplicated Commit: https://github.com/vim/vim/commit/8d5f6af5e5a5edfd3fa95f33540c204f4e74331e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 23 15:50:40 2020 +0200 patch 8.2.1279: some tests on Travis have EXITFREE duplicated Problem: Some tests on Travis have EXITFREE duplicated. Solution: Remove EXITFREE from shadowopt. Add "shadow" to job name.
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jul 2020 16:00:03 +0200
parents 8cc1555f2445
children a422bd80b434
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1279,
+/**/
     1278,
 /**/
     1277,