Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Surround word with "\\<" and "\\>" for search_current().
The crosshatch (#) and asterisk (*) commands in Vim perform exact word searches. For example, with the cursor on "word", the asterisk would perform "/\<word\>" to search for the next exact occurrence of "word".
- Loading branch information