diff options
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/autogen/user/script_commands.txt | 1 | ||||
-rw-r--r-- | doc/de/autogen/user/script_options.txt | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/de/autogen/user/script_commands.txt b/doc/de/autogen/user/script_commands.txt index f06320f60..4455af8b9 100644 --- a/doc/de/autogen/user/script_commands.txt +++ b/doc/de/autogen/user/script_commands.txt @@ -44,6 +44,7 @@ Keys on script buffer: alt+L reload script alt+u unload script alt+h (un)hold script + alt+v view script Input allowed on script buffer: i/r/l/L/u/h action on script (same as keys above) diff --git a/doc/de/autogen/user/script_options.txt b/doc/de/autogen/user/script_options.txt index 4d7426409..3aad1492a 100644 --- a/doc/de/autogen/user/script_options.txt +++ b/doc/de/autogen/user/script_options.txt @@ -133,6 +133,16 @@ ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"%s %n %V %v %u | %d | %t"`) +* [[option_script.look.diff_color]] *script.look.diff_color* +** Beschreibung: `colorize output of diff` +** Typ: boolesch +** Werte: on, off (Standardwert: `on`) + +* [[option_script.look.diff_command]] *script.look.diff_command* +** Beschreibung: `command used to show differences between script installed and the new version in repository ("auto" = auto detect diff command (git or diff), empty value = disable diff, other string = name of command, for example "diff")` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `"auto"`) + * [[option_script.look.display_source]] *script.look.display_source* ** Beschreibung: `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)` ** Typ: boolesch |