mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
lint
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user