diff --git a/src/version.c b/src/version.c index 751ae6b7bd..6d75667f66 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4434, /**/ 4433, /**/ diff --git a/src/window.c b/src/window.c index f644f9b8c9..7da7b89e85 100644 --- a/src/window.c +++ b/src/window.c @@ -4324,7 +4324,6 @@ goto_tabpage(int n) text_locked_msg(); return; } - CHECK_CMDWIN; // If there is only one it can't work. if (first_tabpage->tp_next == NULL)