We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2964f2 commit a37ffaaCopy full SHA for a37ffaa
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 502,
769
/**/
770
501,
771
src/window.c
@@ -3806,6 +3806,7 @@ close_tabpage(tabpage_T *tab)
3806
for (ptp = first_tabpage; ptp != NULL && ptp->tp_next != tab;
3807
ptp = ptp->tp_next)
3808
;
3809
+ assert(ptp != NULL);
3810
ptp->tp_next = tab->tp_next;
3811
}
3812
0 commit comments