spell.kak: ignore another undocumented control char
This commit is contained in:
parent
c68f85659f
commit
0289131c24
|
@ -53,7 +53,7 @@ define-command -params ..1 -docstring %{
|
|||
# nothing
|
||||
}
|
||||
|
||||
else if (/^\+/) {
|
||||
else if (/^[+-]/) {
|
||||
# required to ignore undocumented aspell functionality
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user