]> granicus.if.org Git - vim/commit
patch 8.1.1615: crash when passing buffer number to popup_create() v8.1.1615
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Jul 2019 20:21:01 +0000 (22:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Jul 2019 20:21:01 +0000 (22:21 +0200)
commit7866b87958cf0c2f3312f2c3d7fb8d6eed28b512
treeb952f2359356a2c434aa747d67f1362a7a2e6295
parentf8a071265535b8cc43e50a81f4d5049883ca50e4
patch 8.1.1615: crash when passing buffer number to popup_create()

Problem:    Crash when passing buffer number to popup_create(). (Yasuhiro
            Matsumoto)
Solution:   Initialze the window properly.
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c