summaryrefslogtreecommitdiff
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-23 22:36:45 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-23 22:36:45 +0000
commit3b506942eba43ce3069db93464b4ba255718adb7 (patch)
tree3b4932c5452e4ccc1dad471a0e87520847a78679 /src/proto
parent47cc752267ac92d7e89f7d115ee57d90077e951c (diff)
downloadvim-3b506942eba43ce3069db93464b4ba255718adb7.zip
updated for version 7.0091
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/spell.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/spell.pro b/src/proto/spell.pro
index 2771a902c..900f3bf47 100644
--- a/src/proto/spell.pro
+++ b/src/proto/spell.pro
@@ -11,4 +11,5 @@ void spell_add_word __ARGS((char_u *word, int len, int bad));
void init_spell_chartab __ARGS((void));
void spell_suggest __ARGS((void));
void spell_suggest_list __ARGS((garray_T *gap, char_u *word, int maxcount));
+void ex_spelldump __ARGS((exarg_T *eap));
/* vim: set ft=c : */