mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 19:36:22 +00:00
Allow search_any and search_all for help
This commit is contained in:
@@ -204,7 +204,8 @@ cmd_ac_init(void)
|
||||
help_ac = autocomplete_new();
|
||||
autocomplete_add(help_ac, "commands");
|
||||
autocomplete_add(help_ac, "navigation");
|
||||
autocomplete_add(help_ac, "search");
|
||||
autocomplete_add(help_ac, "search_all");
|
||||
autocomplete_add(help_ac, "search_any");
|
||||
|
||||
help_commands_ac = autocomplete_new();
|
||||
autocomplete_add(help_commands_ac, "chat");
|
||||
|
||||
Reference in New Issue
Block a user