mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -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' */
|
'spellfile' */
|
||||||
int undo; /* TRUE for "zug", "zuG", "zuw" and "zuW" */
|
int undo; /* TRUE for "zug", "zuG", "zuw" and "zuW" */
|
||||||
{
|
{
|
||||||
FILE *fd;
|
FILE *fd = NULL;
|
||||||
buf_T *buf = NULL;
|
buf_T *buf = NULL;
|
||||||
int new_spf = FALSE;
|
int new_spf = FALSE;
|
||||||
char_u *fname;
|
char_u *fname;
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
103,
|
||||||
/**/
|
/**/
|
||||||
102,
|
102,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user