diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-08 20:45:10 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-08 20:46:07 +0100 |
commit | 2b275040e7bc75253bec05a35104ccb6dc06852d (patch) | |
tree | ffe0c7d97c13d77cab4e65da016de39b1e2194a1 /src | |
parent | 81b7d35349a91c86c427f9d7dbbd6537d3eefbaf (diff) | |
download | weechat-2b275040e7bc75253bec05a35104ccb6dc06852d.zip |
script: change default value of option script.look.sort from "p,n" to "i,p,n"
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/script/script-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/script/script-config.c b/src/plugins/script/script-config.c index b17a93cbb..9116ee0d7 100644 --- a/src/plugins/script/script-config.c +++ b/src/plugins/script/script-config.c @@ -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); |