mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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.