diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 453d83e8d6..e46ea05c1d 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -10845,7 +10845,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; @@ -10983,7 +10982,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 95dc69d900..9431180b11 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 693, /**/ 692, /**/