Age | Commit message (Collapse) | Author |
|
|
|
reference) (issue #1538)
|
|
(plugin API reference)
|
|
|
|
(closes #1450)
|
|
|
|
|
|
This allows the input callback function for a buffer to receive multiple
lines at once, instead of the message being split on newline before
being sent to the callback. It adds a new flag, input_multiline, to
control this. This flag defaults to 0 which is the current behavior.
|
|
modifier callback (closes #42)
|
|
completion_{get_string|list_add}
Old functions are kept for compatibility reasons.
|
|
New comparison operators:
- "==*": is matching mask, case sensitive (wildcard "*" is allowed)
- "!!*": is NOT matching mask, case sensitive (wildcard "*" is allowed)
- "==-": is included, case sensitive
- "!!-": is NOT included, case sensitive
- "=-": is included, case insensitive
- "!-": is NOT included, case insensitive
|
|
|
|
|
|
(issue #1484)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to crypto_hash
|
|
function string_hash
|
|
|
|
|
|
reference)
|
|
|
|
(plugin API reference)
|
|
|
|
string is not UTF-8 valid (issue #1220, closes #1389)
|
|
"revscr:"
|
|
|
|
|
|
"modifier:name,data,string" (issue #60)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"calc:..." (issue #997)
|
|
|
|
|
|
|
|
|
|
reference)
|
|
function (plugin API reference)
|
|
|
|
|
|
|
|
(issue #1327)
|