mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	patch 8.1.1076: file for Insert mode is much too big
Problem:    File for Insert mode is much too big.
Solution:   Split off the code for Insert completion. (Yegappan Lakshmanan,
            closes #4044)
			
			
This commit is contained in:
		| @@ -8473,7 +8473,7 @@ spell_dump_compl( | ||||
| 	    arridx[0] = 0; | ||||
| 	    curi[0] = 1; | ||||
| 	    while (depth >= 0 && !got_int | ||||
| 				       && (pat == NULL || !compl_interrupted)) | ||||
| 				  && (pat == NULL || !ins_compl_interrupted())) | ||||
| 	    { | ||||
| 		if (curi[depth] > byts[arridx[depth]]) | ||||
| 		{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user