diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-19 21:12:47 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-19 21:12:47 +0200 |
commit | 292830b5bf103bbef7b3b3ee079433c6e2385a46 (patch) | |
tree | 28b5d68995cda35fd221c1d75d30b104edadaf22 /doc/en/autogen/user | |
parent | acb03201b41591158996a23bd6f3699894bf6ae3 (diff) | |
download | weechat-292830b5bf103bbef7b3b3ee079433c6e2385a46.zip |
script: evaluate content of option script.scripts.dir (issue #388)
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/script_options.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/script_options.asciidoc b/doc/en/autogen/user/script_options.asciidoc index 5179e3a93..d2d925142 100644 --- a/doc/en/autogen/user/script_options.asciidoc +++ b/doc/en/autogen/user/script_options.asciidoc @@ -183,7 +183,7 @@ ** values: -1 .. 525600 (default value: `1440`) * [[option_script.scripts.dir]] *script.scripts.dir* -** description: `local cache directory for scripts` +** description: `local cache directory for scripts; "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default) (note: content is evaluated, see /help eval)` ** type: string ** values: any string (default value: `"%h/script"`) |