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 c61348e commit bb82762Copy full SHA for bb82762
2 files changed
src/term.c
@@ -6177,7 +6177,7 @@ gui_get_color_cmn(char_u *name)
6177
size_t len;
6178
int pos;
6179
6180
- (void)fgets(line, LINE_LEN, fd);
+ ignoredp = fgets(line, LINE_LEN, fd);
6181
len = strlen(line);
6182
6183
if (len <= 1 || line[len - 1] != '\n')
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
+ 1798,
758
/**/
759
1797,
760
0 commit comments