mirror of
https://github.com/neovim/neovim.git
synced 2026-04-23 15:55:36 +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.