mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00: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:
		| @@ -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; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Eisuke Kawashima
					Eisuke Kawashima