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 f994712 + c61348e commit 1cf41e6Copy full SHA for 1cf41e6
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
@@ -768,6 +768,8 @@ static char *(features[]) =
768
769
static int included_patches[] =
770
{ /* Add new patch number below this line */
771
+/**/
772
+ 1797,
773
/**/
774
1796,
775
0 commit comments