1
0
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:
Sébastien Helleu
2018-01-15 22:00:15 +01:00
parent 21e63e7958
commit 8fbbe8b0d5
58 changed files with 351 additions and 0 deletions
+6
View File
@@ -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+`