Merge remote-tracking branch 'npatsakula/spell_fix' into master
This commit is contained in:
commit
19c0054e60
|
@ -53,6 +53,10 @@ define-command -params ..1 -docstring %{
|
||||||
# nothing
|
# nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else if (/^\+/) {
|
||||||
|
# required to ignore undocumented aspell functionality
|
||||||
|
}
|
||||||
|
|
||||||
else if (/^$/) {
|
else if (/^$/) {
|
||||||
line_num++
|
line_num++
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user