1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

alias: add "$&" in comment of function alias_replace_args

This commit is contained in:
Sébastien Helleu
2023-05-18 11:07:12 +02:00
parent 098bbb6927
commit e237f7488f
+1
View File
@@ -206,6 +206,7 @@ alias_string_add_arguments (char **alias, int *length, char **argv, int start,
* $n- arguments from n to last
* $n-m arguments from n to m
* $* all arguments
* $& all arguments, with double quotes escaped (" replaced by \")
* $~ last argument
*
* Note: result must be freed after use.