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 283ee8b commit c61348eCopy full SHA for c61348e
src/term.c
@@ -6174,7 +6174,7 @@ gui_get_color_cmn(char_u *name)
6174
6175
while (!feof(fd))
6176
{
6177
- int len;
+ size_t len;
6178
int pos;
6179
6180
(void)fgets(line, LINE_LEN, fd);
src/version.c
@@ -753,6 +753,8 @@ static char *(features[]) =
753
754
static int included_patches[] =
755
{ /* Add new patch number below this line */
756
+/**/
757
+ 1797,
758
/**/
759
1796,
760
0 commit comments