Problem: Unused variable.
Solution: Remove the variable. (closes #10829)
void
f_mapset(typval_T *argvars, typval_T *rettv UNUSED)
{
- char_u *keys_buf = NULL;
char_u *which;
int mode;
char_u buf[NUMBUFLEN];
(void)map_add(map_table, abbr_table, lhsrawalt, rhs, orig_rhs, noremap,
nowait, silent, mode, is_abbr, expr, sid, scriptversion,
lnum, 1);
- vim_free(keys_buf);
vim_free(arg_buf);
}
#endif
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 127,
/**/
126,
/**/