diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-21 22:43:35 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-21 22:43:35 +0100 |
commit | d6386cd36406024422416d11cdff600ccdc6a708 (patch) | |
tree | f28632f57a264f5cbebc822887a72b02378a0fdb /doc/sr | |
parent | 7d5503e84b35966a3e7d9c17d6e7586f875cf07f (diff) | |
download | weechat-d6386cd36406024422416d11cdff600ccdc6a708.zip |
doc/api: fix style in example `${re:+}`
Diffstat (limited to 'doc/sr')
-rw-r--r-- | doc/sr/weechat_plugin_api.sr.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc index 3aaecc754..95238c8e7 100644 --- a/doc/sr/weechat_plugin_api.sr.adoc +++ b/doc/sr/weechat_plugin_api.sr.adoc @@ -3034,7 +3034,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio >> `+${re:2}+` + == `+test2+` + + - >> `+${re:+}+` + + >> `pass:[${re:+}]` + == `+test2+` + + >> `+${re:#}+` + |