commit | c54b8a78fad3cf726bd554c32c1d154ce2ecd936 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 21:20:29 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 21:20:29 2005 +0000 |
tree | f553a7ab3d218d0793b4ecba791724b2952dc45c | |
parent | f25fd51b89bb31e8adb9ad055ec0b617ee9d319e [diff] |
updated for version 7.0152
diff --git a/src/proto/spell.pro b/src/proto/spell.pro index facbfbc..87261a2 100644 --- a/src/proto/spell.pro +++ b/src/proto/spell.pro
@@ -19,5 +19,6 @@ 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 : */