mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00

Previously, the screen test was expecting the screen state to be identical to the previous screen test in `thelpers.screen_setup()`, which is indeterministic. (The later screen test can accidentally still see the previous identical state). The solution is to add a test for a intermediate different state.