summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-02-08 20:45:10 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-02-08 20:46:07 +0100
commit2b275040e7bc75253bec05a35104ccb6dc06852d (patch)
treeffe0c7d97c13d77cab4e65da016de39b1e2194a1 /doc/en/autogen/user
parent81b7d35349a91c86c427f9d7dbbd6537d3eefbaf (diff)
downloadweechat-2b275040e7bc75253bec05a35104ccb6dc06852d.zip
script: change default value of option script.look.sort from "p,n" to "i,p,n"
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r--doc/en/autogen/user/script_options.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/script_options.adoc b/doc/en/autogen/user/script_options.adoc
index 01412790e..140e740e4 100644
--- a/doc/en/autogen/user/script_options.adoc
+++ b/doc/en/autogen/user/script_options.adoc
@@ -192,7 +192,7 @@
** description: pass:none[default sort keys for scripts: comma-separated list of identifiers: a=author, A=autoloaded, d=date added, e=extension, i=installed, l=language, n=name, o=obsolete, p=popularity, r=running, u=date updated; char "-" can be used before identifier to reverse order; example: "i,u": installed scripts first, sorted by update date]
** type: string
** values: any string
-** default value: `+"p,n"+`
+** default value: `+"i,p,n"+`
* [[option_script.look.translate_description]] *script.look.translate_description*
** description: pass:none[translate description of scripts (if translation is available in your language, otherwise English version is used)]