forked from aniani/vim
updated for version 7.0-103
This commit is contained in:
@@ -9251,7 +9251,7 @@ spell_add_word(word, len, bad, idx, undo)
|
||||
'spellfile' */
|
||||
int undo; /* TRUE for "zug", "zuG", "zuw" and "zuW" */
|
||||
{
|
||||
FILE *fd;
|
||||
FILE *fd = NULL;
|
||||
buf_T *buf = NULL;
|
||||
int new_spf = FALSE;
|
||||
char_u *fname;
|
||||
|
||||
Reference in New Issue
Block a user