Spell check seems to not be working if the string getting checked starts with "test"
Consider the following where the value of NOTES$="testjkshdjas"
LET %SPELL_SITE$="|aspell -a --lang=@@",%SPELL_LANG$="en"
CALL "*plus/spell/spell",0,LANGCODE$,NOTES$,%SPELL_SITE$
I am getting the popup stating No spelling errors found,Spell check complete
This appears to be something with aspell itself as generally for almost any sequence of characters aspell will have some suggested replacement words yet for some reason it simply rejects words starting with TEST.
While cannot fix aspell itself, we have made some changes that we think will address this issue.
Please download and try replacing *plus/spell/spell with the file found in https://home.pvxplus.com/downloads/misc/spell
Thanks, that worked :)