From c54b8a78fad3cf726bd554c32c1d154ce2ecd936 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 30 Sep 2005 21:20:29 +0000 Subject: updated for version 7.0152 --- src/proto/spell.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proto/spell.pro') 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 : */ -- cgit v1.2.3