mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
lint
This commit is contained in:
@@ -1056,8 +1056,7 @@ static void command_line_next_incsearch(CommandLineState *s, bool next_match)
|
||||
// put back on the match
|
||||
s->search_start = t;
|
||||
(void)decl(&s->search_start);
|
||||
}
|
||||
else if (next_match && s->firstc == '?') {
|
||||
} else if (next_match && s->firstc == '?') {
|
||||
// move just after the current match, so that
|
||||
// when nv_search finishes the cursor will be
|
||||
// put back on the match
|
||||
|
Reference in New Issue
Block a user