When there is a search error, the error message keeps popping when moving the cursor. For instance, do the following:
Open a file in vim with searchhi enabled
Search for asd\(.
There is a E54 error.
move the cursor using k
The user is interrupted a lot without value. This PR silences the repeated searches that searchhi performs. The error message will have already been shown to the user, so there is no real info being hidden by the user.
When there is a search error, the error message keeps popping when moving the cursor. For instance, do the following:
asd\(
.E54
error.k
The user is interrupted a lot without value. This PR silences the repeated searches that searchhi performs. The error message will have already been shown to the user, so there is no real info being hidden by the user.