1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 10:45:41 +02:00

Merge remote-tracking branch 'origin/pr/534'

This commit is contained in:
Sébastien Helleu
2016-08-18 21:24:10 +02:00
2 changed files with 52 additions and 19 deletions
+4
View File
@@ -1993,6 +1993,10 @@ Arguments:
parentheses are used, result is a boolean ("0" or "1")
** _prefix_: prefix before variables to replace (default: `+${+`)
** _suffix_: suffix after variables to replace (default: `+}+`)
** _extra_: default behavior is to just replace extra variables (_extra_vars_),
other behavior can be selected:
*** _eval_: extra variables (_extra_vars_) are evaluated themselves before
replacing
** _regex_: a regex used to replace text in _expr_ (which is then not
evaluated)
** _regex_replace_: the replacement text to use with _regex_, to replace
+48 -19
View File
File diff suppressed because it is too large Load Diff