Age | Commit message (Collapse) | Author |
|
regex option in triggers (incompatible with version 1.0) (closes #224)
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
weechat.look.buffer_time_format is not an empty string
|
|
|
|
This fixes a memory leak in completions which are using this callback
to free words in the completion list.
|
|
|
|
|
|
The syntax is: ${hide:char,string}.
All chars in string are replaced with char (which can be one or more chars).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This file is used for example by command "git shortlog", to prevent duplicate
committers.
|
|
The pointer and index returned is now the first element found with the value
(with the lower index if there are many elements with same value).
And the index for insert is the last element with same value + 1
(the higher index + 1).
|
|
|
|
|
|
|
|
|
|
of option when it is changed with /set
|
|
|
|
|
|
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The sort was causing bugs because some options were missing while reading
other options, so the order of sections is important, they must not be
sorted.
This is a partial revert of commit 56f099bec647ef79542e3e65e847e24d1bdcaa61.
|
|
|