_pwbpreviouslogmatch

Key

SHIFT+CTRL+F4

Menu

Search menu, Previous Match command

The _pwbpreviouslogmatch macro moves the cursor to the previous match listed in the Search Results pseudofile.

The Previous Match command on the Search menu executes this macro when search logging is turned on. When search logging is turned off, Previous Match executes the _pwbpreviousmatch macro.

Definition

_pwbpreviouslogmatch := cancel arg "-1" nextsearch <

Cancel

Establishes a uniform “ground state” by canceling any selection or argument.

Arg "-1" Nextsearch

Moves to the previous match listed in Search Results.

<

Restores the function's prompt (if any). By default, function prompts are suppressed while a macro is running.

See

Arg, Cancel, Nextsearch