mirror of
https://github.com/neovim/neovim.git
synced 2026-03-06 00:57:15 +00:00
When there is a difference in expected vs. actual row count, the user gets a confusing message about being unable to string concat a nil value from screen:expect. This assert makes it clear what the problem is rather than requiring people to dig through the code of screen:expect to determine what happened.