diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-09-30 21:20:29 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-09-30 21:20:29 +0000 |
commit | c54b8a78fad3cf726bd554c32c1d154ce2ecd936 (patch) | |
tree | f553a7ab3d218d0793b4ecba791724b2952dc45c /src/proto/spell.pro | |
parent | f25fd51b89bb31e8adb9ad055ec0b617ee9d319e (diff) | |
download | vim-c54b8a78fad3cf726bd554c32c1d154ce2ecd936.zip |
updated for version 7.0152
Diffstat (limited to 'src/proto/spell.pro')
-rw-r--r-- | src/proto/spell.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/spell.pro b/src/proto/spell.pro index facbfbc76..87261a244 100644 --- a/src/proto/spell.pro +++ b/src/proto/spell.pro @@ -19,5 +19,6 @@ char_u *eval_soundfold __ARGS((char_u *word)); void ex_spelldump __ARGS((exarg_T *eap)); char_u *spell_to_word_end __ARGS((char_u *start, buf_T *buf)); int spell_word_start __ARGS((int startcol)); +void spell_expand_check_cap __ARGS((colnr_T col)); int expand_spelling __ARGS((linenr_T lnum, int col, char_u *pat, char_u ***matchp)); /* vim: set ft=c : */ |