1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

alias: add auto-escaping special variable

This commit is contained in:
nobody
2018-05-13 04:48:23 -05:00
committed by Sébastien Helleu
parent 100509866f
commit 098bbb6927
2 changed files with 47 additions and 12 deletions
+1
View File
@@ -316,6 +316,7 @@ alias_command_init ()
" $n-: arguments from 'n' to last\n"
" $n-m: arguments from 'n' to 'm'\n"
" $*: all arguments\n"
" $&: all arguments, with \" replaced by \\\"\n"
" $~: last argument\n"
" $var: where \"var\" is a local variable of buffer (see "
"/buffer listvar)\n"