]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1690: popup_create() not aborting on errors v9.0.1690
authorChristian Brabandt <cb@256bit.org>
Fri, 11 Aug 2023 21:42:02 +0000 (23:42 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 11 Aug 2023 21:42:02 +0000 (23:42 +0200)
commitf6cdab3704959379086d6a097fabdf6c55d73779
tree869e118de5e5c1dfc05185205333e7617c77ef6b
parent288bf26c5310ce3b06042d3f731c0d2341325fb5
patch 9.0.1690: popup_create() not aborting on errors

Problem: popup_create() not aborting on errors
Solution: check for errors in arguments given and abort if an error
          occurred

closes: #12711

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/popupwin.c
src/testdir/dumps/Test_popupwin_with_error_1.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c