Skip to content

Commit 096e1e7

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents f29db3b + a37ffaa commit 096e1e7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,8 @@ static char *(features[]) =
779779

780780
static int included_patches[] =
781781
{ /* Add new patch number below this line */
782+
/**/
783+
502,
782784
/**/
783785
501,
784786
/**/

src/window.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3811,6 +3811,7 @@ close_tabpage(tabpage_T *tab)
38113811
for (ptp = first_tabpage; ptp != NULL && ptp->tp_next != tab;
38123812
ptp = ptp->tp_next)
38133813
;
3814+
assert(ptp != NULL);
38143815
ptp->tp_next = tab->tp_next;
38153816
}
38163817

0 commit comments

Comments
 (0)