diff --git a/src/version.c b/src/version.c index a9f83a2038..4c5324a63d 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 */ +/**/ + 460, /**/ 459, /**/ diff --git a/src/window.c b/src/window.c index 4bc2e6c412..5a2d8a42b5 100644 --- a/src/window.c +++ b/src/window.c @@ -484,7 +484,9 @@ newwindow: postponed_split = Prenum; else postponed_split = -1; +#ifdef FEAT_QUICKFIX g_do_tagpreview = 0; +#endif /* Execute the command right here, required when "wincmd ]" * was used in a function. */