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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version any more (API comparison is enough)
|
|
|
|
|
|
|
|
|
|
type (patch from Leonid Evdokimov)
|
|
|
|
fixed many memory leaks
|
|
|
|
|
|
|