Age | Commit message (Collapse) | Author |
|
|
|
|
|
(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)
|
|
|
|
(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)
|