mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
alias: keep spaces at the end of aliases commands arguments
This commit is contained in:
@@ -453,6 +453,7 @@ alias_hook_command (struct t_alias *alias)
|
||||
NULL, NULL,
|
||||
(str_completion) ? str_completion : alias->completion,
|
||||
&alias_cb, alias, NULL);
|
||||
weechat_hook_set (alias->hook, "keep_spaces_right", "1");
|
||||
|
||||
free (str_priority_name);
|
||||
free (str_completion);
|
||||
|
||||
Reference in New Issue
Block a user