mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00
Merge pull request #4155 from justinmk/gui_running
ui: revert "gui_running" hack
This commit is contained in:
@@ -10988,8 +10988,6 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
||||
#endif
|
||||
} else if (STRICMP(name, "syntax_items") == 0) {
|
||||
n = syntax_present(curwin);
|
||||
} else if (STRICMP(name, "gui_running") == 0) {
|
||||
n = ui_rgb_attached();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user