commit | 650264367725af6740b94cfd24d9f5caf0e91356 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 14:22:32 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 14:22:32 2021 +0100 |
tree | 29b4042b844235dbe15acd62e4af8c334a2c7fd9 | |
parent | f5a5116a96b1877c3f44e7bae288fd6603151eb1 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index fb3a50a..73bb1e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2470, +/**/ 2469, /**/ 2468,