Merge remote-tracking branch 'npatsakula/spell_fix' into master

This commit is contained in:
Maxime Coste 2020-11-08 14:50:25 +11:00
commit 19c0054e60

View File

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