comparison src/proto/spell.pro @ 374:575dacb554d8 v7.0096

updated for version 7.0096
author vimboss
date Tue, 28 Jun 2005 23:32:02 +0000
parents 0f2b5d1b8117
children 8c229eb52e34
comparison
equal deleted inserted replaced
373:a0e3c8a6d200 374:575dacb554d8
8 void put_bytes __ARGS((FILE *fd, long_u nr, int len)); 8 void put_bytes __ARGS((FILE *fd, long_u nr, int len));
9 void ex_mkspell __ARGS((exarg_T *eap)); 9 void ex_mkspell __ARGS((exarg_T *eap));
10 void ex_spell __ARGS((exarg_T *eap)); 10 void ex_spell __ARGS((exarg_T *eap));
11 void spell_add_word __ARGS((char_u *word, int len, int bad)); 11 void spell_add_word __ARGS((char_u *word, int len, int bad));
12 void init_spell_chartab __ARGS((void)); 12 void init_spell_chartab __ARGS((void));
13 int spell_check_sps __ARGS((void));
13 void spell_suggest __ARGS((void)); 14 void spell_suggest __ARGS((void));
15 void ex_spellrepall __ARGS((exarg_T *eap));
14 void spell_suggest_list __ARGS((garray_T *gap, char_u *word, int maxcount)); 16 void spell_suggest_list __ARGS((garray_T *gap, char_u *word, int maxcount));
17 char_u *eval_soundfold __ARGS((char_u *word));
15 void ex_spelldump __ARGS((exarg_T *eap)); 18 void ex_spelldump __ARGS((exarg_T *eap));
16 /* vim: set ft=c : */ 19 /* vim: set ft=c : */