diff --git a/src/evalfunc.c b/src/evalfunc.c index 0f126d7734..968bc00896 100644 --- a/src/evalfunc.c +++ b/src/evalfunc.c @@ -9196,7 +9196,6 @@ f_readdir(typval_T *argvars, typval_T *rettv) int i; #ifdef MSWIN char_u *buf, *p; - WIN32_FIND_DATA fb; int ok; HANDLE hFind = INVALID_HANDLE_VALUE; WIN32_FIND_DATAW wfb; diff --git a/src/version.c b/src/version.c index 5da9578bc3..005223222a 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1130, /**/ 1129, /**/