Age | Commit message (Collapse) | Author |
|
name contains wide chars
|
|
options weechat.buffer.* (issue #352)
|
|
hdata_compare (closes #1066)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2007)
|
|
(issue #352)
|
|
|
|
|
|
|
|
|
|
(issue #194)
|
|
|
|
(issue #352)
|
|
config
|
|
|
|
|
|
|
|
commands `/cursor go` and `/cursor move` (closes #1282)
|
|
|
|
|
|
"ENABLE_DOC_WARN_LOCALE" (closes #1985)
|
|
|
|
|
|
(closes #1967)
|
|
|
|
The type "enum" replaces type "integer" when used with string values.
For compatibility, any option created with type "integer" and string values is
automatically created to "enum" on creation, with no error.
|
|
|
|
|
|
|
|
bound to custom commands in a previous version
|
|
|
|
|
|
This fixes a bug where if you had multiple lines in the input and
pressed ctrl-w when the cursor was after the first word of any line but
the first, it would delete both the word before the cursor and the last
word on the preceding line.
|
|
Key Alt+K (upper K) is removed as well as commands `/input grab_raw_key` and
`/input grab_raw_key_command`.
|
|
|
|
|
|
They are used in completion of commands `/filter disable` and
`/filter enable`.
|
|
|
|
plugins, add info "auto_load_scripts"
This fixes an issue with IRC URL given on command line when it starts with
`ircs://` or `irc6://`: the server is not created at all (only `irc://` works
fine).
|
|
|
|
|
|
no spaces
For example typing this on core buffer:
/t1
/t2
was not executing the two commands but sent the text to the buffer instead.
This is because WeeChat thinks it's a path, and the newline should indicate
it's not (like a space before the next slash: "/t1 /t2" is a command, not a
path, but "/t1/t2" is considered a path).
|