Merge remote-tracking branch 'maximbaz/spell-ignore-minus'

This commit is contained in:
Maxime Coste 2021-07-07 19:13:02 +10:00
commit 29b6f06577

View File

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