diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-28 16:11:51 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-28 16:11:51 +0200 |
commit | df7b14e41ce30d78608b6ae2aef95951d1f1fcc2 (patch) | |
tree | ffd7599ba3a710cbde6589a2ead209c6b69dd235 /doc/ja/autogen/user | |
parent | 5073048428b51f30a800ef0aa4531908a58a0095 (diff) | |
download | weechat-df7b14e41ce30d78608b6ae2aef95951d1f1fcc2.zip |
script: add option "script.look.display_source" (display source code with detail of script, enabled by default)
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r-- | doc/ja/autogen/user/script_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/script_options.txt b/doc/ja/autogen/user/script_options.txt index 7535233af..64d4dcf4a 100644 --- a/doc/ja/autogen/user/script_options.txt +++ b/doc/ja/autogen/user/script_options.txt @@ -133,6 +133,11 @@ ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"%s %n %V %v %u | %d | %t"`) +* [[option_script.look.display_source]] *script.look.display_source* +** 説明: `display source code of script on buffer with detail on a script (script is downloaded in a temporary file when detail on script is displayed)` +** タイプ: ブール +** 値: on, off (デフォルト値: `on`) + * [[option_script.look.quiet_actions]] *script.look.quiet_actions* ** 説明: `quiet actions on script buffer: do not display messages on core buffer when scripts are installed/removed/loaded/unloaded (only errors are displayed)` ** タイプ: ブール |