comparison src/eval.c @ 478:87ac4be38952 v7.0128

updated for version 7.0128
author vimboss
date Thu, 11 Aug 2005 20:11:38 +0000
parents a5fcf36ef512
children bf5ba8a0cdee
comparison
equal deleted inserted replaced
477:f8b75b8f1988 478:87ac4be38952
13791 return; 13791 return;
13792 } 13792 }
13793 else 13793 else
13794 maxcount = 25; 13794 maxcount = 25;
13795 13795
13796 spell_suggest_list(&ga, str, maxcount); 13796 spell_suggest_list(&ga, str, maxcount, FALSE);
13797 13797
13798 for (i = 0; i < ga.ga_len; ++i) 13798 for (i = 0; i < ga.ga_len; ++i)
13799 { 13799 {
13800 str = ((char_u **)ga.ga_data)[i]; 13800 str = ((char_u **)ga.ga_data)[i];
13801 13801