diff options
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/includes/autogen_user_commands.it.adoc | 4 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/it/includes/autogen_user_commands.it.adoc b/doc/it/includes/autogen_user_commands.it.adoc index 9f2fe8a42..d613e8c41 100644 --- a/doc/it/includes/autogen_user_commands.it.adoc +++ b/doc/it/includes/autogen_user_commands.it.adoc @@ -1302,11 +1302,11 @@ infolists: display infos about infolists ---- /eval [-n|-s] [-d] <expression> - [-n] [-d] -c <expression1> <operator> <expression2> + [-n] [-d [-d]] -c <expression1> <operator> <expression2> -n: display result without sending it to buffer (debug mode) -s: split expression before evaluating it (many commands can be separated by semicolons) - -d: display debug output after evaluation + -d: display debug output after evaluation (with two -d: more verbose debug) -c: evaluate as condition: use operators and parentheses, return a boolean value ("0" or "1") expression: expression to evaluate, variables with format ${variable} are replaced (see below); many commands can be separated by semicolons operator: a logical or comparison operator: diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 40e960240..f32fe47c5 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -2345,6 +2345,11 @@ Argomenti: ** _regex_replace_: the replacement text to use with _regex_, to replace text in _expr_ (the _regex_replace_ is evaluated on each match of _regex_ against _expr_, until no match is found) +// TRANSLATION MISSING +** _debug_: debug level (string with integer number ≥ 1), if enabled, a key + "debug_output" is added in hashtable _options_: +*** _1_: enable debug +*** _2_: enable more verbose debug Valore restituito: |