comparison src/proto/spell.pro @ 703:2fae45239fb3

updated for version 7.0212
author vimboss
date Thu, 02 Mar 2006 22:49:12 +0000
parents 81fe2ccc1207
children 2e887dfa8917
comparison
equal deleted inserted replaced
702:8a99b25de218 703:2fae45239fb3
15 void spell_suggest __ARGS((int count)); 15 void spell_suggest __ARGS((int count));
16 void ex_spellrepall __ARGS((exarg_T *eap)); 16 void ex_spellrepall __ARGS((exarg_T *eap));
17 void spell_suggest_list __ARGS((garray_T *gap, char_u *word, int maxcount, int need_cap, int interactive)); 17 void spell_suggest_list __ARGS((garray_T *gap, char_u *word, int maxcount, int need_cap, int interactive));
18 char_u *eval_soundfold __ARGS((char_u *word)); 18 char_u *eval_soundfold __ARGS((char_u *word));
19 void ex_spelldump __ARGS((exarg_T *eap)); 19 void ex_spelldump __ARGS((exarg_T *eap));
20 void spell_dump_compl __ARGS((buf_T *buf, char_u *pat, int ic, int *dir, int dumpflags_arg));
20 char_u *spell_to_word_end __ARGS((char_u *start, buf_T *buf)); 21 char_u *spell_to_word_end __ARGS((char_u *start, buf_T *buf));
21 int spell_word_start __ARGS((int startcol)); 22 int spell_word_start __ARGS((int startcol));
22 void spell_expand_check_cap __ARGS((colnr_T col)); 23 void spell_expand_check_cap __ARGS((colnr_T col));
23 int expand_spelling __ARGS((linenr_T lnum, int col, char_u *pat, char_u ***matchp)); 24 int expand_spelling __ARGS((linenr_T lnum, int col, char_u *pat, char_u ***matchp));
24 /* vim: set ft=c : */ 25 /* vim: set ft=c : */