diff src/version.c @ 29034:f3c014fe5c16 v8.2.5039

patch 8.2.5039: confusing error if first argument of popup_create() is wrong Commit: https://github.com/vim/vim/commit/83bd7a974056fd61e142c791e79d9dd89acd5ba4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 29 17:13:24 2022 +0100 patch 8.2.5039: confusing error if first argument of popup_create() is wrong Problem: Confusing error if first argument of popup_create() is wrong. Solution: Give a more informative error.
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 May 2022 18:15:03 +0200
parents 361b46a07f5e
children 71b766ba26a6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5039,
+/**/
     5038,
 /**/
     5037,