Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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)
|
|
The default value is 0 (legacy behavior).
When it is set to 1, an empty input (just by pressing Return with nothing in
input) is sent to the input callback, which receives an empty string.
|
|
|
|
|
|
examples
|
|
|
|
This fixes a refresh problem of options after /upgrade in fset buffer.
|
|
|
|
|
|
Using the pre-defined format (without eval) is about 3.5x faster.
|
|
|
|
|
|
|
|
|
|
|
|
buflist.format.name (issue #1020)
|
|
|
|
|
|
|
|
function hdata_update
|
|
|
|
|
|
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)
|
|
|