mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
fix lint error
This commit is contained in:
@@ -3492,8 +3492,9 @@ char_u *skip_range(
|
||||
break;
|
||||
}
|
||||
} else if (*cmd == '\'') {
|
||||
if (*++cmd == NUL && ctx != NULL)
|
||||
if (*++cmd == NUL && ctx != NULL) {
|
||||
*ctx = EXPAND_NOTHING;
|
||||
}
|
||||
} else if (*cmd == '/' || *cmd == '?') {
|
||||
delim = *cmd++;
|
||||
while (*cmd != NUL && *cmd != delim)
|
||||
|
Reference in New Issue
Block a user