Merge pull request #4155 from justinmk/gui_running

ui: revert "gui_running" hack
This commit is contained in:
Justin M. Keyes
2016-02-04 01:21:26 -05:00
2 changed files with 0 additions and 11 deletions

View File

@@ -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();
}
}