mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
fset: fix help on options fset.format.option1 and fset.format.option2
This commit is contained in:
@@ -393,13 +393,13 @@
|
||||
** domyślna wartość: `+"/unset ${name}"+`
|
||||
|
||||
* [[option_fset.format.option1]] *fset.format.option1*
|
||||
** opis: pass:none[pierwszy format dla każdej linii z opcją, która nie jest zaznaczona ani wybrana (uwaga: zawartość jest przetwarzana, zobacz /help fset); pusty ciąg używa domyślnego formatu ("${marked} ${name} ${type} ${value2}"), który nie przetwarza siągów, przez co jest szybszy; formaty można zmienić za pomocą ctrl-X]
|
||||
** opis: pass:none[first format of each line, used when option fset.look.format_number is set to 1 (note: content is evaluated, see /help fset); an empty string uses the default format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl+X]
|
||||
** typ: ciąg
|
||||
** wartości: dowolny ciąg
|
||||
** domyślna wartość: `+""+`
|
||||
|
||||
* [[option_fset.format.option2]] *fset.format.option2*
|
||||
** opis: pass:none[drugi format dla każdej linii z opcją, która nie jest zaznaczona ani wybrana (uwaga: zawartość jest przetwarzana, zobacz /help fset); pusty ciąg używa domyślnego formatu ("${marked} ${name} ${type} ${value2}"), który nie przetwarza siągów, przez co jest szybszy; formaty można zmienić za pomocą ctrl-X]
|
||||
** opis: pass:none[second format of each line, used when option fset.look.format_number is set to 2 (note: content is evaluated, see /help fset); an empty string uses the default format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl+X]
|
||||
** typ: ciąg
|
||||
** wartości: dowolny ciąg
|
||||
** domyślna wartość: `+"${marked} ${name} ${type} ${value2}${newline} ${empty_name} ${_default_value}${color:darkgray} -- ${min}..${max}${newline} ${empty_name} ${description}"+`
|
||||
|
||||
Reference in New Issue
Block a user