diff src/version.c @ 16255:d0fef9cb6a9b v8.1.1132

patch 8.1.1132: getwinpos() test fails on MS-Windows commit https://github.com/vim/vim/commit/616aeef21f2abd0bc51dd98e641ade9bbc29a078 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 6 22:21:22 2019 +0200 patch 8.1.1132: getwinpos() test fails on MS-Windows Problem: getwinpos() test fails on MS-Windows. Solution: Don't try running this test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Apr 2019 22:30:03 +0200
parents f28ef3d27f91
children 7ae072701f6a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1132,
+/**/
     1131,
 /**/
     1130,