summaryrefslogtreecommitdiffstats
path: root/src/proto/spell.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-05-13 16:56:33 +0000
committerBram Moolenaar <Bram@vim.org>2009-05-13 16:56:33 +0000
commit5fd0ca70d31f835eefb1ee8a06b73763d761a134 (patch)
treec08cc30b9a1fc6d2f5a0f9434af0de6cc9b1f1ab /src/proto/spell.pro
parent0c7ce77a00469e0d8956de3df06b5fde4023ad47 (diff)
updated for version 7.2-169v7.2.169
Diffstat (limited to 'src/proto/spell.pro')
-rw-r--r--src/proto/spell.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/spell.pro b/src/proto/spell.pro
index fecf4e05aa..f497dc61c8 100644
--- a/src/proto/spell.pro
+++ b/src/proto/spell.pro
@@ -22,5 +22,5 @@ void spell_dump_compl __ARGS((buf_T *buf, char_u *pat, int ic, int *dir, int dum
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 : */