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