aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/vimfn.lua
diff options
context:
space:
mode:
authorSean Dewar <6256228+seandewar@users.noreply.github.com>2024-03-12 21:02:29 +0000
committerSean Dewar <6256228+seandewar@users.noreply.github.com>2024-03-12 21:05:54 +0000
commit29d0ed577c7d283402c84df602a031a25349eb59 (patch)
tree56044bb7a67c4801fb0c25ed14b5da519c4875a3 /runtime/lua/vim/_meta/vimfn.lua
parent119390e7ce3fe4f4f3da8bdd963ea10ec8976a3a (diff)
downloadrneovim-29d0ed577c7d283402c84df602a031a25349eb59.tar.gz
rneovim-29d0ed577c7d283402c84df602a031a25349eb59.tar.bz2
rneovim-29d0ed577c7d283402c84df602a031a25349eb59.zip
vim-patch:9.1.0169: current window number returned by tabpagewinnr may be outdated
Problem: current window number returned by tabpagewinnr may be outdated when called from win_execute for the original tabpage. Solution: update the original tabpage's tp_curwin in switch_win; use {un}use_tabpage instead. Don't do it in restore_win to ensure tp_curwin of the temporarily visited tabpage is unchanged from switch_win visiting it, as before. (Sean Dewar) Maybe restore_win should only restore tp_curwin if `curtab == switchwin->sw_curtab`, in case the user changed tabpages from within win_execute, but not doing that is consistent with the old behaviour. related: vim/vim#14186 https://github.com/vim/vim/commit/e101028a5c896480c61fef7ea16855255925709b
Diffstat (limited to 'runtime/lua/vim/_meta/vimfn.lua')
0 files changed, 0 insertions, 0 deletions