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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user