Skip to content

Commit 1426e4f

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents 378032d + 6259e57 commit 1426e4f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/libvterm/src/state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ static int on_text(const char bytes[], size_t len, void *user)
268268
if(!npoints)
269269
{
270270
vterm_allocator_free(state->vt, codepoints);
271-
return eaten;
271+
return (int)eaten;
272272
}
273273

274274
if(state->gsingle_set && npoints)

src/version.c

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

805805
static int included_patches[] =
806806
{ /* Add new patch number below this line */
807+
/**/
808+
173,
807809
/**/
808810
172,
809811
/**/

0 commit comments

Comments
 (0)