diff src/version.c @ 18524:ef397aa47dd4 v8.1.2256

patch 8.1.2256: test for ":term ++shell" fails on MS-Windows Commit: https://github.com/vim/vim/commit/e5a3272d32ad52f905ef3e66991871dbef2245e7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 4 23:36:29 2019 +0100 patch 8.1.2256: test for ":term ++shell" fails on MS-Windows Problem: Test for ":term ++shell" fails on MS-Windows. Solution: Accept failure of "dir" executable.
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Nov 2019 23:45:04 +0100
parents dfdc29643c91
children 334b1f897f3a
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 */
 /**/
+    2256,
+/**/
     2255,
 /**/
     2254,