Files
neovim/test/functional
Björn Linse 66f4e8aee0 screen: initialize screen properly with early set display-=msgsep
Currently `nvim -u NORC --cmd "set display-=msgsep"` will still allocate the
message grid and remove it just afterwards. While inefficient, we must
make sure update_screen() re-validates the default_grid completely when
this happens.

Fix some invalid logic: don't reallocate msg_grid on resize when the grid is not
used.

Elide a too early ui_flush() on startup, which caused an invalid cursor
position to be used.
2019-09-02 12:39:03 +02:00
..
2019-09-01 22:49:33 -07:00
2019-09-01 22:49:33 -07:00
2019-08-07 14:20:23 +02:00
2019-09-01 22:49:33 -07:00
2019-05-05 14:05:25 +02:00
2019-09-01 22:49:33 -07:00
2016-06-10 21:50:49 +03:00