mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Merge remote-tracking branch 'vim/master'
This commit is contained in:
@@ -268,7 +268,7 @@ static int on_text(const char bytes[], size_t len, void *user)
|
||||
if(!npoints)
|
||||
{
|
||||
vterm_allocator_free(state->vt, codepoints);
|
||||
return eaten;
|
||||
return (int)eaten;
|
||||
}
|
||||
|
||||
if(state->gsingle_set && npoints)
|
||||
|
||||
@@ -804,6 +804,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
173,
|
||||
/**/
|
||||
172,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user