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