mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Added plugin commands to /help autocompletion
This commit is contained in:
parent
639623d625
commit
0654aa1151
@ -2658,6 +2658,9 @@ cmd_autocomplete_add(const char *const value)
|
||||
if (commands_ac) {
|
||||
autocomplete_add(commands_ac, value);
|
||||
}
|
||||
if (help_ac) {
|
||||
autocomplete_add(help_ac, &value[1]);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user