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". You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1372 -- Commit Summary -- * Surround word with "\\<" and "\\>" for search_current(). -- File Changes -- M vimode/src/cmds/special.c (2) -- Patch Links -- https://github.com/geany/geany-plugins/pull/1372.patch https://github.com/geany/geany-plugins/pull/1372.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1372 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/[email protected]>
