updated for version 7.0091
diff --git a/src/proto/spell.pro b/src/proto/spell.pro
index 2771a90..900f3bf 100644
--- a/src/proto/spell.pro
+++ b/src/proto/spell.pro
@@ -11,4 +11,5 @@
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 : */
diff --git a/src/screen.c b/src/screen.c
index 6fb5931..595058a 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -2504,8 +2504,8 @@
int has_spell = FALSE; /* this buffer has spell checking */
# define SPWORDLEN 150
char_u nextline[SPWORDLEN * 2];/* text with start of the next line */
- int nextlinecol; /* column where nextline[] starts */
- int nextline_idx; /* index in nextline[] where next line
+ int nextlinecol = 0; /* column where nextline[] starts */
+ int nextline_idx = 0; /* index in nextline[] where next line
starts */
int spell_attr = 0; /* attributes desired by spelling */
int word_end = 0; /* last byte with same spell_attr */
diff --git a/src/version.h b/src/version.h
index 7307eb2..01c298e 100644
--- a/src/version.h
+++ b/src/version.h
@@ -36,5 +36,5 @@
#define VIM_VERSION_NODOT "vim70aa"
#define VIM_VERSION_SHORT "7.0aa"
#define VIM_VERSION_MEDIUM "7.0aa ALPHA"
-#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 22)"
-#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 22, compiled "
+#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 23)"
+#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Jun 23, compiled "