diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-04-11 20:56:35 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-04-11 20:56:35 +0200 |
commit | f701caf5bbf0b22f6b19f9cda5bd07847db4809d (patch) | |
tree | a2ef3064bdfeb535419494bd6819fa5eb2359c5f /doc/it/weechat_user.it.adoc | |
parent | 5440c9d91c6c14e5a122f9ac9bb09f2c252f6dc8 (diff) | |
download | weechat-f701caf5bbf0b22f6b19f9cda5bd07847db4809d.zip |
doc: fix styles in user guide and plugin API reference
Diffstat (limited to 'doc/it/weechat_user.it.adoc')
-rw-r--r-- | doc/it/weechat_user.it.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 478b42206..549a37979 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -4059,7 +4059,7 @@ Matching groups can be used in "replace": * `+${re:0}+` to `+${re:99}+`: `+${re:0}+` is the whole match, `+${re:1}+` to `+${re:99}+` are groups captured -* `+${re:+++}+`: the last match (with highest number) +* `+${re:+}+`: the last match (with highest number) * `+${hide:c,${re:N}}+`: match "N" with all chars replaced by "c" (example: `+${hide:*,${re:2}}+` is the group #2 with all chars replaced by `+*+`). |