1
0
forked from aniani/vim

patch 8.2.2470: popup_getoptions() does not get textprop from other tab

Problem:    Popup_getoptions() does not get textprop from other tab.
Solution:   use win_valid_any_tab(). (closes #7786)
This commit is contained in:
Bram Moolenaar
2021-02-06 14:22:32 +01:00
parent f5a5116a96
commit 6502643677
3 changed files with 17 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2470,
/**/
2469,
/**/