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

plugins: sort options added in configuration sections

This commit is contained in:
Sébastien Helleu
2019-10-23 19:43:45 +02:00
parent ecc7edda9e
commit c6161d0e4a
12 changed files with 178 additions and 178 deletions
+1 -1
View File
@@ -63,8 +63,8 @@ extern struct t_config_option *script_config_color_text_version_selected;
extern struct t_config_option *script_config_scripts_autoload;
extern struct t_config_option *script_config_scripts_cache_expire;
extern struct t_config_option *script_config_scripts_download_timeout;
extern struct t_config_option *script_config_scripts_path;
extern struct t_config_option *script_config_scripts_hold;
extern struct t_config_option *script_config_scripts_path;
extern struct t_config_option *script_config_scripts_url;
extern const char *script_config_get_diff_command ();