diff src/version.c @ 16878:4096722cd9c1 v8.1.1440

patch 8.1.1440: win_execute() test fails commit https://github.com/vim/vim/commit/2d247849ce612050ba1085df806746b23be1f0a3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 1 17:06:25 2019 +0200 patch 8.1.1440: win_execute() test fails Problem: Win_execute() test fails. Solution: Adjust the expected error number. Move to popup test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jun 2019 17:15:05 +0200
parents cdca5f577c36
children 998603a243d7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1440,
+/**/
     1439,
 /**/
     1438,