summaryrefslogtreecommitdiff
path: root/doc/pl/autogen/user/fset_options.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-06-28 22:04:18 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-06-28 22:04:18 +0200
commit5bb7472ed79317b3de426d3c915621095f7ef4f3 (patch)
treeed0f51edf35f846b2c227f9b84630b4c56003179 /doc/pl/autogen/user/fset_options.adoc
parent987ef9e45485fac3de052ee81ef0678296bbd86c (diff)
downloadweechat-5bb7472ed79317b3de426d3c915621095f7ef4f3.zip
fset: use a pre-defined format when a format option is empty
Using the pre-defined format (without eval) is about 3.5x faster.
Diffstat (limited to 'doc/pl/autogen/user/fset_options.adoc')
-rw-r--r--doc/pl/autogen/user/fset_options.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/pl/autogen/user/fset_options.adoc b/doc/pl/autogen/user/fset_options.adoc
index 63f6312d4..f1f12916d 100644
--- a/doc/pl/autogen/user/fset_options.adoc
+++ b/doc/pl/autogen/user/fset_options.adoc
@@ -393,13 +393,13 @@
** domyślna wartość: `+"/unset ${name}"+`
* [[option_fset.format.option1]] *fset.format.option1*
-** opis: pass:none[first format of each line with an option which is not marked nor the selected one (note: content is evaluated, see /help fset); formats can be switched with key ctrl+X]
+** opis: pass:none[first format of each line with an option which is not marked nor the selected one (note: content is evaluated, see /help fset); an empty string uses the predefined 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}"+`
+** domyślna wartość: `+""+`
* [[option_fset.format.option2]] *fset.format.option2*
-** opis: pass:none[second format of each line with an option which is not marked not the selected one (note: content is evaluated, see /help fset); formats can be switched with key ctrl+X]
+** opis: pass:none[second format of each line with an option which is not marked not the selected one (note: content is evaluated, see /help fset); an empty string uses the predefined 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}"+`