1
0
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:
Sébastien Helleu
2025-02-15 23:37:06 +01:00
parent c275f9d994
commit 718a317cfb
+1
View File
@@ -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);