Unassigned
Search menu, Next Match command
The _pwbnextmatch macro searches forward in the file using the last search pattern and options. The search options are Match Case, Wrap Around, and Regular Expression.
The Next Match command on the Search menu executes this macro when search logging is turned off. When search logging is turned on, Next Match executes the _pwbnextlogmatch macro.
_pwbnextmatch := cancel psearch <
Cancel
Establishes a uniform “ground state” by canceling any selection or argument.
Psearch
Searches forward in the file for the next occurrence of the last search string or pattern.
<
Restores the function's prompt (if any). By default, function prompts are suppressed while a macro is running.
Cancel, Psearch