commit | 83bd7a974056fd61e142c791e79d9dd89acd5ba4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 29 17:13:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 29 17:13:24 2022 +0100 |
tree | 845ed9a63d231ac200cf663640b58512b4b49c10 | |
parent | d28950f9540f77032cee0a3047b05bef50ea81dc [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index cc97687..9e51afe 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5039, +/**/ 5038, /**/ 5037,