1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

core: change default value of option weechat.plugin.path to "${weechat_data_dir}/plugins" (issue #1285)

This commit is contained in:
Sébastien Helleu
2021-05-02 12:04:17 +02:00
parent 0f9640a5f3
commit d2c5bba356
+1 -1
View File
@@ -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,