This commit is contained in:
Jan Edmund Lazo
2019-06-21 07:31:42 -04:00
parent 83ef740e15
commit 8bc365c886
3 changed files with 10 additions and 11 deletions

View File

@@ -14715,7 +14715,7 @@ do_searchpair(
/* clear the start flag to avoid getting stuck here */
options &= ~SEARCH_START;
/* If the skip pattern matches, ignore this match. */
// If the skip pattern matches, ignore this match.
if (use_skip) {
save_pos = curwin->w_cursor;
curwin->w_cursor = pos;