mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
fix(ui): activating all ext capabilities without remote UI #28555
This commit is contained in:
@@ -198,7 +198,7 @@ void ui_refresh(void)
|
||||
int height = INT_MAX;
|
||||
bool ext_widgets[kUIExtCount];
|
||||
for (UIExtension i = 0; (int)i < kUIExtCount; i++) {
|
||||
ext_widgets[i] = true;
|
||||
ext_widgets[i] = ui_active();
|
||||
}
|
||||
|
||||
bool inclusive = ui_override();
|
||||
|
Reference in New Issue
Block a user