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.
2 parents f29db3b + a37ffaa commit 096e1e7Copy full SHA for 096e1e7
src/version.c
@@ -779,6 +779,8 @@ static char *(features[]) =
779
780
static int included_patches[] =
781
{ /* Add new patch number below this line */
782
+/**/
783
+ 502,
784
/**/
785
501,
786
src/window.c
@@ -3811,6 +3811,7 @@ close_tabpage(tabpage_T *tab)
3811
for (ptp = first_tabpage; ptp != NULL && ptp->tp_next != tab;
3812
ptp = ptp->tp_next)
3813
;
3814
+ assert(ptp != NULL);
3815
ptp->tp_next = tab->tp_next;
3816
}
3817
0 commit comments