mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	 f247402010
			
		
	
	f247402010
	
	
	
		
			
			Problem:  cannot loop through completion menu with fuzzy and nosort in
          'completeopt'
          (Tomasz N)
Solution: Reset cur to zero and update compl_shown_match when
          'completeopt' contains "nosort" but not "noselect"
          (glepnir)
fixes: vim/vim#16624
closes: vim/vim#16629
c0b7ca406b
Co-authored-by: glepnir <glephunter@gmail.com>