mirror of
https://github.com/neovim/neovim.git
synced 2026-01-29 08:06:04 +00:00
Problem: Using "gt" sometimes does not redraw a tab. (Jason Franklin) Solution: Always set must_redraw in redraw_all_later().04b4e1a424refbf3250a8ad (r31852304)> I fixed it in a more general way, in that if we don't find a window > that doesn't have the redraw type set it, then it will not set > must_redraw, even though that's clearly intended. ref #9152 ref #9155 NA patches: vim-patch:8.1.0698 vim-patch:8.1.0699