1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +02:00

fset: remove extra spaces between min and max values when second format is used

This commit is contained in:
Sébastien Helleu
2023-07-06 22:05:11 +02:00
parent 7b6c9328be
commit f1e372b5e2
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -584,8 +584,8 @@ fset_config_init ()
NULL, 0, 0,
"${marked} ${name} ${type} ${value2}${newline}"
" ${empty_name} ${_default_value}${color:244} -- "
"${min}..${max}${newline}"
" ${empty_name} ${description}",
"${_min}..${_max}${newline}"
" ${empty_name} ${_description}",
NULL, 0,
NULL, NULL, NULL,
&fset_config_change_format_cb, NULL, NULL,