Mercurial > vim
diff src/proto/spell.pro @ 1872:f13849167330 v7.2.169
updated for version 7.2-169
author | vimboss |
---|---|
date | Wed, 13 May 2009 16:56:33 +0000 |
parents | e63691e7c504 |
children | f8222d1f9a73 |
line wrap: on
line diff
--- a/src/proto/spell.pro +++ b/src/proto/spell.pro @@ -22,5 +22,5 @@ void spell_dump_compl __ARGS((buf_T *buf 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)); +int expand_spelling __ARGS((linenr_T lnum, char_u *pat, char_u ***matchp)); /* vim: set ft=c : */