To reproduce
-
Ensure evil-search-module
is customized to evil-search
-
Create a new buffer with the following contents:
-
/ b a r RET
(now bar
is highlighted)
-
l v g g 0
(select from beginning of buffer through a
in bar
)
Screenshots

Notice that it is impossible to determine where the visual selection ends, because it is inside a highlighted search result.
In Vim, the visual selection's highlighting overrides the search result, so you can see the whole extent of the selection.
