mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix lint error
This commit is contained in:
parent
585d664b7b
commit
7ab36403e1
@ -3492,8 +3492,9 @@ char_u *skip_range(
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else if (*cmd == '\'') {
|
} else if (*cmd == '\'') {
|
||||||
if (*++cmd == NUL && ctx != NULL)
|
if (*++cmd == NUL && ctx != NULL) {
|
||||||
*ctx = EXPAND_NOTHING;
|
*ctx = EXPAND_NOTHING;
|
||||||
|
}
|
||||||
} else if (*cmd == '/' || *cmd == '?') {
|
} else if (*cmd == '/' || *cmd == '?') {
|
||||||
delim = *cmd++;
|
delim = *cmd++;
|
||||||
while (*cmd != NUL && *cmd != delim)
|
while (*cmd != NUL && *cmd != delim)
|
||||||
|
Loading…
Reference in New Issue
Block a user