diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 31fee69e9b..71f03b2a9e 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -10864,7 +10864,6 @@ makeopens(fd, dirnow) buf_T *buf; int only_save_windows = TRUE; int nr; - int cnr = 1; int restore_size = TRUE; win_T *wp; char_u *sname; @@ -11010,7 +11009,8 @@ makeopens(fd, dirnow) tab_topframe = topframe; for (tabnr = 1; ; ++tabnr) { - int need_tabnew = FALSE; + int need_tabnew = FALSE; + int cnr = 1; if ((ssop_flags & SSOP_TABPAGES)) { diff --git a/src/version.c b/src/version.c index 27df00d3fc..389edb8b0c 100644 --- a/src/version.c +++ b/src/version.c @@ -756,6 +756,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 693, /**/ 692, /**/