mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 08:43:13 +02:00
scripts: add option "eval_keep_context" in script plugins
This commit is contained in:
@@ -7,3 +7,9 @@
|
||||
** Typ: boolesch
|
||||
** Werte: on, off
|
||||
** Standardwert: `+off+`
|
||||
|
||||
* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
|
||||
** Beschreibung: pass:none[keep context between two calls to /python eval (or info "python_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]
|
||||
** Typ: boolesch
|
||||
** Werte: on, off
|
||||
** Standardwert: `+on+`
|
||||
|
||||
Reference in New Issue
Block a user