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 b65c749 commit 35be453Copy full SHA for 35be453
2 files changed
src/option.c
@@ -3287,8 +3287,8 @@ set_init_1()
3287
if (opt_idx >= 0)
3288
{
3289
#if !defined(HAVE_AVAIL_MEM) && !defined(HAVE_TOTAL_MEM)
3290
- if ((long)options[opt_idx].def_val[VI_DEFAULT] > (long)n
3291
- || (long)options[opt_idx].def_val[VI_DEFAULT] == 0L)
+ if ((long)(long_i)options[opt_idx].def_val[VI_DEFAULT] > (long)n
+ || (long)(long_i)options[opt_idx].def_val[VI_DEFAULT] == 0L)
3292
#endif
3293
options[opt_idx].def_val[VI_DEFAULT] = (char_u *)n;
3294
}
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 969,
746
/**/
747
968,
748
0 commit comments