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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user