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/en/autogen/user/lua_options.adoc | |
parent | 21e63e7958c499b79a63612d7344ad4d53bd4284 (diff) | |
download | weechat-8fbbe8b0d509df26ff86ca8cd7fe4b2205c6d15e.zip |
scripts: add option "eval_keep_context" in script plugins
Diffstat (limited to 'doc/en/autogen/user/lua_options.adoc')
-rw-r--r-- | doc/en/autogen/user/lua_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/autogen/user/lua_options.adoc b/doc/en/autogen/user/lua_options.adoc index 7f2700edc..a80142704 100644 --- a/doc/en/autogen/user/lua_options.adoc +++ b/doc/en/autogen/user/lua_options.adoc @@ -7,3 +7,9 @@ ** type: boolean ** values: on, off ** default value: `+off+` + +* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context* +** description: pass:none[keep context between two calls to /lua eval (or info "lua_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] +** type: boolean +** values: on, off +** default value: `+on+` |