mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	Merge pull request #16961 from f380cedric/vim-8.2.3582
vim-patch:8.2.3582
This commit is contained in:
		@@ -4082,7 +4082,7 @@ static void suggest_trie_walk(suginfo_T *su, langp_T *lp, char_u *fword, bool so
 | 
			
		||||
          // char, e.g., "thes," -> "these".
 | 
			
		||||
          p = fword + sp->ts_fidx;
 | 
			
		||||
          MB_PTR_BACK(fword, p);
 | 
			
		||||
          if (!spell_iswordp(p, curwin)) {
 | 
			
		||||
          if (!spell_iswordp(p, curwin) && *preword != NUL) {
 | 
			
		||||
            p = preword + STRLEN(preword);
 | 
			
		||||
            MB_PTR_BACK(preword, p);
 | 
			
		||||
            if (spell_iswordp(p, curwin)) {
 | 
			
		||||
 
 | 
			
		||||
@@ -768,6 +768,14 @@ func Test_spell_screendump()
 | 
			
		||||
  call delete('XtestSpell')
 | 
			
		||||
endfunc
 | 
			
		||||
 | 
			
		||||
func Test_spell_single_word()
 | 
			
		||||
  new
 | 
			
		||||
  silent! norm 0R00
 | 
			
		||||
  spell! <20><>
 | 
			
		||||
  silent 0norm 0r$ Dvz=
 | 
			
		||||
  bwipe!
 | 
			
		||||
endfunc
 | 
			
		||||
 | 
			
		||||
let g:test_data_aff1 = [
 | 
			
		||||
      \"SET ISO8859-1",
 | 
			
		||||
      \"TRY esianrtolcdugmphbyfvkwjkqxz-\xEB\xE9\xE8\xEA\xEF\xEE\xE4\xE0\xE2\xF6\xFC\xFB'ESIANRTOLCDUGMPHBYFVKWJKQXZ",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user