diff --git a/src/indent.c b/src/indent.c index be9dd4b5bc..9efa52753e 100644 --- a/src/indent.c +++ b/src/indent.c @@ -1046,7 +1046,7 @@ inindent(int extra) void op_reindent(oparg_T *oap, int (*how)(void)) { - long i; + long i = 0; char_u *l; int amount; linenr_T first_changed = 0; diff --git a/src/version.c b/src/version.c index 901df55c70..728f8bb818 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4794, /**/ 4793, /**/