mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
ui: rename ext_newgrid to ext_linegrid
This commit is contained in:
@@ -6884,7 +6884,7 @@ void do_highlight(const char *line, const bool forceit, const bool init)
|
||||
// "fg", which have been changed now.
|
||||
highlight_attr_set_all();
|
||||
|
||||
if (!ui_is_external(kUINewgrid) && starting == 0) {
|
||||
if (!ui_is_external(kUILinegrid) && starting == 0) {
|
||||
// Older UIs assume that we clear the screen after normal group is
|
||||
// changed
|
||||
ui_refresh();
|
||||
|
Reference in New Issue
Block a user