Age | Commit message (Collapse) | Author |
|
|
|
weechat.completion.partial_completion_templates
|
|
This option is used to force partial completion on specific templates
(for now only "config_options").
|
|
|
|
|
|
|
|
|
|
|
|
relay.network.websocket_allowed_origins
|
|
(closes #990)
|
|
evaluated values
|
|
This makes the save of all configuration files about 20 to 200x slower
(according to the storage device speed); so this is disabled by default.
|
|
|
|
|
|
|
|
weechat.look.paste_max_lines (closes #1054)
|
|
|
|
examples
|
|
|
|
|
|
|
|
Using the pre-defined format (without eval) is about 3.5x faster.
|
|
|
|
|
|
|
|
|
|
buflist.format.name (issue #1020)
|
|
|
|
|
|
|
|
|
|
|
|
insensitive comparison
|
|
|
|
bar when buflist is disabled (closes #994)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(closes #968)
|
|
New pointers in evaluated formats:
- irc_server: IRC server
- irc_channel: IRC channel
|
|
|
|
string ("cut:" and "cutscr:") (closes #963)
The format to use is one of:
- ${cut:+max,suffix,string}
- ${cutscr:+max,suffix,string}
With the "+" before max, WeeChat ensures there are at most "max" chars in
output, including the length of suffix string.
|
|
|
|
in option script.scripts.url (issue #253)
|
|
|
|
|
|
The option buflist.look.signals_refresh is not an extra list of signals for
refresh, so it is empty by default.
The default list of signals is handled directly by buflist and not visible to
the user.
|