diff src/version.c @ 23207:f2da0d40449f v8.2.2149

patch 8.2.2149: popupwin test for latin1 sometimes fails Commit: https://github.com/vim/vim/commit/4c5bdb99ad632d703e94fffafba11b91861fea48 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 17 17:45:59 2020 +0100 patch 8.2.2149: popupwin test for latin1 sometimes fails Problem: Popupwin test for latin1 sometimes fails. Solution: Wait for the script to finish.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Dec 2020 18:00:04 +0100
parents d998222d314d
children 1984a3fcc953
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2149,
+/**/
     2148,
 /**/
     2147,