diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-05-13 16:56:33 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-05-13 16:56:33 +0000 |
commit | 5fd0ca70d31f835eefb1ee8a06b73763d761a134 (patch) | |
tree | c08cc30b9a1fc6d2f5a0f9434af0de6cc9b1f1ab /src/spell.c | |
parent | 0c7ce77a00469e0d8956de3df06b5fde4023ad47 (diff) | |
download | vim-5fd0ca70d31f835eefb1ee8a06b73763d761a134.zip |
updated for version 7.2-169
Diffstat (limited to 'src/spell.c')
-rw-r--r-- | src/spell.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/spell.c b/src/spell.c index 512068121..5bfb21237 100644 --- a/src/spell.c +++ b/src/spell.c @@ -16151,11 +16151,9 @@ spell_expand_check_cap(col) * Returns the number of matches. The matches are in "matchp[]", array of * allocated strings. */ -/*ARGSUSED*/ int -expand_spelling(lnum, col, pat, matchp) +expand_spelling(lnum, pat, matchp) linenr_T lnum; - int col; char_u *pat; char_u ***matchp; { |