]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5039: confusing error if first argument of popup_create() is wrong v8.2.5039
authorBram Moolenaar <Bram@vim.org>
Sun, 29 May 2022 16:13:24 +0000 (17:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 29 May 2022 16:13:24 +0000 (17:13 +0100)
commit83bd7a974056fd61e142c791e79d9dd89acd5ba4
tree845ed9a63d231ac200cf663640b58512b4b49c10
parentd28950f9540f77032cee0a3047b05bef50ea81dc
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.
src/errors.h
src/popupwin.c
src/testdir/dumps/Test_popup_settext_07.dump
src/testdir/test_popupwin.vim
src/version.c