diff src/version.c @ 18943:d90138662f49 v8.2.0032

patch 8.2.0032: MS-Windows: test for blank job fails Commit: https://github.com/vim/vim/commit/7c2a2f869b0f5a3e36f5e7d83923a264426e434c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 22 18:28:51 2019 +0100 patch 8.2.0032: MS-Windows: test for blank job fails Problem: MS-Windows: test for blank job fails Solution: Check before escaping.
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Dec 2019 18:30:03 +0100
parents 70d6614aaf28
children c62d63d2b9f0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    32,
+/**/
     31,
 /**/
     30,