]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2471: popup_setoptions() does not set textprop in other tab v8.2.2471
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2021 13:59:27 +0000 (14:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2021 13:59:27 +0000 (14:59 +0100)
commitefa1923565f0669d5bc09714b22a3b50cde03785
treed2b0c14d6cdbcdc8569affe864b73e8e98fb8a47
parent650264367725af6740b94cfd24d9f5caf0e91356
patch 8.2.2471: popup_setoptions() does not set textprop in other tab

Problem:    Popup_setoptions() does not set textprop in other tab.
Solution:   use win_valid_any_tab(). (closes #7788)
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c