mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
Merge pull request #30163 from neovim/backport-30161-to-release-0.10
fix(regexp): fix typo in E888 error message
This commit is contained in:
@@ -10006,7 +10006,7 @@ static int nfa_regatom(void)
|
||||
case 'e':
|
||||
EMIT(NFA_ZEND);
|
||||
rex.nfa_has_zend = true;
|
||||
if (!re_mult_next("\\zs")) {
|
||||
if (!re_mult_next("\\ze")) {
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user