]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2109: popup_getoptions() hangs with tab-local popup v8.1.2109
authorBram Moolenaar <Bram@vim.org>
Wed, 2 Oct 2019 21:06:46 +0000 (23:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Oct 2019 21:06:46 +0000 (23:06 +0200)
commit1824f45883ef7cc236d2bba89811989a1ccb853c
treefc0547cbda7308aa2878abfefb23a6890a1cf850
parent23324a0b35d18c5caac20b1d543ed2d1f762f5b5
patch 8.1.2109: popup_getoptions() hangs with tab-local popup

Problem:    popup_getoptions() hangs with tab-local popup.
Solution:   Correct pointer name. (Marko Mahnič, closes #5006)
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c