spell.kak: ignore another undocumented control char

This commit is contained in:
Maxim Baz 2021-07-01 21:52:59 +02:00
parent c68f85659f
commit 0289131c24
No known key found for this signature in database
GPG Key ID: 011FDC52DA839335

View File

@ -53,7 +53,7 @@ define-command -params ..1 -docstring %{
# nothing
}
else if (/^\+/) {
else if (/^[+-]/) {
# required to ignore undocumented aspell functionality
}