mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(regexp): fix typo in E888 error message (#30161)
Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
This commit is contained in:
parent
dad55f5e76
commit
3bcd5624be
@ -10166,7 +10166,7 @@ static int nfa_regatom(void)
|
|||||||
case 'e':
|
case 'e':
|
||||||
EMIT(NFA_ZEND);
|
EMIT(NFA_ZEND);
|
||||||
rex.nfa_has_zend = true;
|
rex.nfa_has_zend = true;
|
||||||
if (!re_mult_next("\\zs")) {
|
if (!re_mult_next("\\ze")) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user