1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

fset: add spaces between fields in option fset.format.option

This commit is contained in:
Sébastien Helleu
2017-06-01 22:01:09 +02:00
parent 7a08099d18
commit 2d1e0f47d3
+1 -1
View File
@@ -305,7 +305,7 @@ fset_config_init ()
N_("format of each line with an option "
"(note: content is evaluated, see /help fset)"),
NULL, 0, 0,
"${marked} ${name} ${type} ${value2}",
"${marked} ${name} ${type} ${value2}",
NULL, 0,
NULL, NULL, NULL,
&fset_config_change_format, NULL, NULL,