From d2c5bba35654bfbf9e69e1d60d8b812b9416f7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 2 May 2021 12:04:17 +0200 Subject: [PATCH] core: change default value of option weechat.plugin.path to "${weechat_data_dir}/plugins" (issue #1285) --- src/core/wee-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wee-config.c b/src/core/wee-config.c index a9d46123d..0abbc896a 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -4567,7 +4567,7 @@ config_weechat_init_options () N_("path for searching plugins " "(path is evaluated, see function string_eval_path_home in " "plugin API reference)"), - NULL, 0, 0, "%h/plugins", NULL, 0, + NULL, 0, 0, "${weechat_data_dir}/plugins", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); config_plugin_save_config_on_unload = config_file_new_option ( weechat_config_file, ptr_section,