diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-15 22:00:15 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-15 22:00:15 +0100 |
commit | 8fbbe8b0d509df26ff86ca8cd7fe4b2205c6d15e (patch) | |
tree | 3dd9f08f31f4c1fb513119a57f4ff33a45b51556 /doc/ja/autogen/user/guile_options.adoc | |
parent | 21e63e7958c499b79a63612d7344ad4d53bd4284 (diff) | |
download | weechat-8fbbe8b0d509df26ff86ca8cd7fe4b2205c6d15e.zip |
scripts: add option "eval_keep_context" in script plugins
Diffstat (limited to 'doc/ja/autogen/user/guile_options.adoc')
-rw-r--r-- | doc/ja/autogen/user/guile_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/guile_options.adoc b/doc/ja/autogen/user/guile_options.adoc index 8647db466..bdf6ec5f7 100644 --- a/doc/ja/autogen/user/guile_options.adoc +++ b/doc/ja/autogen/user/guile_options.adoc @@ -7,3 +7,9 @@ ** タイプ: ブール ** 値: on, off ** デフォルト値: `+off+` + +* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context* +** 説明: pass:none[keep context between two calls to /guile eval (or info "guile_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** タイプ: ブール +** 値: on, off +** デフォルト値: `+on+` |