From 2b275040e7bc75253bec05a35104ccb6dc06852d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 8 Feb 2018 20:45:10 +0100 Subject: script: change default value of option script.look.sort from "p,n" to "i,p,n" --- src/plugins/script/script-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3