diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-07 21:09:25 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-07 21:09:25 +0000 |
commit | 82cf9b6851bcd4d28f65df8d95c2bcabc780b810 (patch) | |
tree | 0f5cb1fa0fb34ab46fa0d51c92087dee7ecaafc8 /src/proto/spell.pro | |
parent | c4a06d34471d21532a3e0535e547b3d797992350 (diff) | |
download | vim-git-82cf9b6851bcd4d28f65df8d95c2bcabc780b810.tar.gz |
updated for version 7.0082
Diffstat (limited to 'src/proto/spell.pro')
-rw-r--r-- | src/proto/spell.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/spell.pro b/src/proto/spell.pro index 4fcb7ba3d..71d6dbc1e 100644 --- a/src/proto/spell.pro +++ b/src/proto/spell.pro @@ -5,5 +5,7 @@ char_u *did_set_spelllang __ARGS((buf_T *buf)); void spell_reload __ARGS((void)); void put_bytes __ARGS((FILE *fd, long_u nr, int len)); void ex_mkspell __ARGS((exarg_T *eap)); +void ex_spell __ARGS((exarg_T *eap)); +void spell_add_word __ARGS((char_u *word, int len, int bad)); void init_spell_chartab __ARGS((void)); /* vim: set ft=c : */ |