Age | Commit message (Collapse) | Author |
|
syntax for match refs)
The reference char is now an argument for the function.
The references are now $0 .. $99 and $+ was added (last match, with
highest number).
The syntax to replace a match with one char is now: $.cN or $.c+
(for example: "$.*3").
|
|
|
|
|
|
|
|
command)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compilation error with autotools)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
trigger with one command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Examples with new format:
/regex/text/
/regex/text/var
/regex1/text1/ /regex2/text2/
/regex1/text1/var /regex2/text2/var
|
|
{enable|disable|toggle}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
weechat.look.save_{config|layout}_on_exit
|
|
|
|
|
|
|
|
|
|
|
|
reference
|
|
some buffers in layout
Now when a layout is applied, the buffers in layout are inserted/sorted
first in the new list. Then the other buffers (not in layout) are added
after this loop, and then they are added after all layout buffers.
|
|
|
|
|
|
This commit fixes a problem when computing the value of "num_displayed"
in all buffers. For merged buffers (with same number), the num_displayed
of each merged buffer must be incremented (and not only the current
active buffer).
|
|
|