Make status hilites show none instead of empty in options

This commit is contained in:
Pasi Kallinen
2015-11-07 11:55:12 +02:00
parent e5ff572891
commit bf6a61ddf5
+2 -1
View File
@@ -3616,6 +3616,7 @@ doset()
#ifdef STATUS_HILITES #ifdef STATUS_HILITES
any.a_int = -2; any.a_int = -2;
get_status_hilites(buf2, 60); get_status_hilites(buf2, 60);
if (!*buf2) Sprintf(buf2, "%s", "(none)");
if (!iflags.menu_tab_sep) if (!iflags.menu_tab_sep)
Sprintf(buf, fmtstr_doset_add_menu, any.a_int ? "" : " ", Sprintf(buf, fmtstr_doset_add_menu, any.a_int ? "" : " ",
"status_hilites", buf2); "status_hilites", buf2);
@@ -3667,7 +3668,7 @@ doset()
} else if (opt_indx == -4) { } else if (opt_indx == -4) {
(void) special_handling("menucolors", setinitial, (void) special_handling("menucolors", setinitial,
fromfile); fromfile);
} else if (opt_indx == -5) { } else if (opt_indx == -5) {
(void) special_handling("msgtype", setinitial, fromfile); (void) special_handling("msgtype", setinitial, fromfile);
} else if (opt_indx < boolcount) { } else if (opt_indx < boolcount) {
/* boolean option */ /* boolean option */