mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	lua: fix infinite loop for vim.split on empty string (#12420)
This commit is contained in:
		| @@ -243,6 +243,7 @@ describe('lua stdlib', function() | ||||
|       { "here be dragons", " ", false, { "here", "be", "dragons"} }, | ||||
|       { "axaby", "ab?", false, { '', 'x', 'y' } }, | ||||
|       { "f v2v v3v w2w ", "([vw])2%1", false, { 'f ', ' v3v ', ' ' } }, | ||||
|       { "", "", false, {} }, | ||||
|       { "x*yz*oo*l", "*", true, { 'x', 'yz', 'oo', 'l' } }, | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 notomo
					notomo