Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
"calc:..." (issue #997)
|
|
|
|
|
|
|
|
|
|
reference)
|
|
function (plugin API reference)
|
|
|
|
|
|
|
|
|
|
|
|
(issue #1327)
|
|
|
|
(closes #1322)
|
|
|
|
|
|
|
|
The following things have been renamed:
- file aspell.conf -> spell.conf
- options aspell.* -> spell.*
- bar item aspell_dict -> spell_dict
- bar item and local variable aspell_suggest -> spell_suggest
- info aspell_dict -> spell_dict
|
|
|
|
The following special sequences are not supported in regular expressions on
FreeBSD:
- "\w": replaced with "[a-zA-Z0-9_]"
- "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice
only spaces could be a problem when we use this sequence).
|
|
|
|
|
|
API reference)
|
|
|
|
string_{encode,decode}_base64
|
|
|
|
|
|
"repeat:count,string" (closes #958)
|
|
reference)
|
|
|
|
|
|
|
|
(plugin API reference)
|
|
|
|
|
|
#1200)
|
|
(closes #1133)
When a buffer is added or updated in the hotlist, the buffer pointer is sent.
When the hotlist is cleared or resorted, the buffer pointer is NULL.
|
|
|
|
hook_process_hashtable (plugin API reference)
|
|
hook_process_hashtable (plugin API reference)
|
|
|
|
(plugin API reference)
|
|
|
|
|
|
irc_in2, irc_raw_in and irc_raw_in2 (issue #787)
|