summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/weechat_commands.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-10-12 20:14:36 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-10-12 20:14:36 +0200
commit8fc8f728d49110ac44d403977f42afbdaf9d371e (patch)
treebbda7dc06b38f535bfeed53c6ecc9d245eab04b2 /doc/ja/autogen/user/weechat_commands.adoc
parent9535f4a70be7fa67bf65b4dc88b9681b2b755c4c (diff)
downloadweechat-8fc8f728d49110ac44d403977f42afbdaf9d371e.zip
core: add reverse of string for screen in evaluation of expressions with "revscr:"
Diffstat (limited to 'doc/ja/autogen/user/weechat_commands.adoc')
-rw-r--r--doc/ja/autogen/user/weechat_commands.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/weechat_commands.adoc b/doc/ja/autogen/user/weechat_commands.adoc
index 18c771df3..b0f02efe9 100644
--- a/doc/ja/autogen/user/weechat_commands.adoc
+++ b/doc/ja/autogen/user/weechat_commands.adoc
@@ -301,7 +301,7 @@ Some variables are replaced in expression, using the format ${variable}, variabl
3. a string with chars to hide (format: "hide:char,string")
4. a string with max chars (format: "cut:max,suffix,string" or "cut:+max,suffix,string")
or max chars displayed on screen (format: "cutscr:max,suffix,string" or "cutscr:+max,suffix,string")
- 5. a reversed string (format: "rev:xxx")
+ 5. a reversed string (format: "rev:xxx" or "revscr:xxx")
6. a repeated string (format: "repeat:count,string")
7. length of a string (format: "length:xxx" or "lengthscr:xxx")
8. a color (format: "color:xxx", see "Plugin API reference", function "color")