Finds the next occurrence of the current word.
Finds the next occurrence of the specified string, if a string is selected. Otherwise, finds the next occurrence of the word at the cursor position.
•Default Menu: Search > Find Next Word
•All Commands: Search > Find Next Word
•Toolbar: None
•Status Bar: None
•Default Shortcut Key: Ctrl+F3
•EEID_FIND_NEXT_WORD (4204)
document.selection.FindRepeat(eeFindRepeatNext | eeFindRepeatWord);
document.selection.FindRepeat eeFindRepeatNext Or eeFindRepeatWord