1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +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
+1
View File
@@ -28,6 +28,7 @@ Bug fixes::
* core: add key ctrl-backspace in /help key (issue #1975)
* core: keep keys ctrl-H and ctrl-? (in lower case) if they were manually bound to custom commands in a previous version
* core: fix cursor position after `/plugin list -i` or `/plugin list -il`
* fset: remove extra spaces between min and max values when second format is used
* irc: fix display of country code in message 344 received as whois geo info (issue #1736)
* script: fix cursor position after `/script list -i` or `/script list -il`
* script: fix buffer used by command `/script list -i|-il|-o|-ol`
+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,