mirror of
				https://github.com/troglobit/editline.git
				synced 2025-10-31 16:28:15 +08:00 
			
		
		
		
	 9a16999f0e
			
		
	
	9a16999f0e
	
	
	
		
			
			We should add a configure option --enable-readline-compat, or sth, so rl_complete2() (removed in this commit) becomes the new rl_complete(), and the current rl_complete() becomes el_complete(). The current implementation of rl_complete2() was is incomplete and also not working properly. To eliminate any confusion on the matter this patch removes it. To restore functionality we should, at the very least, merge with complete() and possibly also refactor rl_find_token() to share code with the legacy el_find_word(). Signed-off-by: Joachim Nilsson <troglobit@gmail.com>