Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 789 Bytes

lua_options.adoc

File metadata and controls

15 lines (14 loc) · 789 Bytes
  • lua.look.check_license

    • description: check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed

    • type: boolean

    • values: on, off

    • default value: off

  • lua.look.eval_keep_context

    • description: keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_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