mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
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;
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
103,
|
||||
/**/
|
||||
102,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user