mirror of
https://github.com/neovim/neovim.git
synced 2026-02-24 03:11:04 +10:00
Problem: windows may scroll horizontally upon resize using the old terminal size, which may be unnecessary and cause the content to be partially out-of-view. Solution: reset the horizontal scroll after resizing. Adjust expected highlights, as commite946951f6aisn't backported. (cherry picked from commitba6440c106)