summaryrefslogtreecommitdiff
path: root/doc/pl/autogen
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-09-24 21:03:56 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-09-24 21:03:56 +0200
commit3a356f109f0804a0731da3546edaf20cca86e694 (patch)
tree86463259aece006680f0a68e47330dee995da79e /doc/pl/autogen
parent7d795c4d5301f265c077cad02f6803212a3db81b (diff)
downloadweechat-3a356f109f0804a0731da3546edaf20cca86e694.zip
core: add power operator "**" in calc expressions (issue #997)
Diffstat (limited to 'doc/pl/autogen')
-rw-r--r--doc/pl/autogen/user/weechat_commands.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/autogen/user/weechat_commands.adoc b/doc/pl/autogen/user/weechat_commands.adoc
index cd8c3aa64..cdcef73e0 100644
--- a/doc/pl/autogen/user/weechat_commands.adoc
+++ b/doc/pl/autogen/user/weechat_commands.adoc
@@ -309,7 +309,7 @@ Some variables are replaced in expression, using the format ${variable}, variabl
10. current date/time (format: "date" or "date:format")
11. an environment variable (format: "env:XXX")
12. a ternary operator (format: "if:condition?value_if_true:value_if_false")
- 13. result of an expression with parentheses and operators + - * / // % (format: "calc:xxx")
+ 13. result of an expression with parentheses and operators + - * / // % ** (format: "calc:xxx")
14. an option (format: "file.section.option")
15. a local variable in buffer
16. a hdata name/variable (the value is automatically converted to string), by default "window" and "buffer" point to current window/buffer.