mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 16:53:14 +02:00
scripts: add option "eval_keep_context" in script plugins
This commit is contained in:
@@ -7,3 +7,9 @@
|
||||
** typ: bool
|
||||
** wartości: on, off
|
||||
** domyślna wartość: `+off+`
|
||||
|
||||
* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
|
||||
** opis: 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: bool
|
||||
** wartości: on, off
|
||||
** domyślna wartość: `+on+`
|
||||
|
||||
Reference in New Issue
Block a user