0
0
mirror of https://github.com/vim/vim.git synced 2025-10-17 07:44:28 -04:00

updated for version 7.0065

This commit is contained in:
Bram Moolenaar
2005-03-28 20:58:01 +00:00
parent 8b879e7fe8
commit 582fd85b02
25 changed files with 278 additions and 197 deletions

View File

@@ -540,7 +540,7 @@ spell_load_file(fname)
int region = REGION_ALL;
int wlen;
winfo_T *wi;
dword_T *dw, *edw;
dword_T *dw, *edw = NULL;
nword_T *nw = NULL;
int flags;
char_u *save_sourcing_name = sourcing_name;