@@ -93,11 +93,11 @@ #### Analyse groups for regex rules -def displayInfo (dTokenPos, tWord): +def info (dTokenPos, tWord): "for debugging: retrieve info of word" if not tWord: echo("> nothing to find") return True lMorph = _oSpellChecker.getMorph(tWord[1])