1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

script: change default value of option script.look.sort from "p,n" to "i,p,n"

This commit is contained in:
Sébastien Helleu
2018-02-08 20:45:10 +01:00
parent 81b7d35349
commit 2b275040e7
8 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -455,7 +455,7 @@ script_config_init ()
"u=date updated; char \"-\" can be used before identifier to reverse "
"order; example: \"i,u\": installed scripts first, sorted by update "
"date"),
NULL, 0, 0, "p,n", NULL, 0,
NULL, 0, 0, "i,p,n", NULL, 0,
NULL, NULL, NULL,
&script_config_reload_scripts_cb, NULL, NULL,
NULL, NULL, NULL);