[-] spell.kak: undocumented aspell buggy-behavior avoided.

This commit is contained in:
Patsakula Nikita 2020-11-06 15:41:12 +03:00
parent a7931fa0f7
commit ff8d4d6567
No known key found for this signature in database
GPG Key ID: D3803498B34853B6

View File

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