SET FIND NOWHITESPACE
(Default.) Sets FIND and WILDCARD FIND to match spaces and tabs exactly
as in the search string, rather than as "whitespace," and to search for
strings that are entirely on one line.
Example:
The following commands find "Mark Twain" if there is exactly one space
between the words and if they are on the same line:
Command: SET FIND NOWHITESPACE
Command: FIND mark twain
The setting applies in all buffers, but is not saved in a section file or
command file.
Related topics:
FIND SET FIND WHITESPACE WILDCARD FIND