diff --git a/src/map.c b/src/map.c index 96ccff02a2..3516f7ae24 100644 --- a/src/map.c +++ b/src/map.c @@ -2582,7 +2582,6 @@ get_map_mode_string(char_u *mode_string, int abbr) void f_mapset(typval_T *argvars, typval_T *rettv UNUSED) { - char_u *keys_buf = NULL; char_u *which; int mode; char_u buf[NUMBUFLEN]; @@ -2707,7 +2706,6 @@ f_mapset(typval_T *argvars, typval_T *rettv UNUSED) (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 diff --git a/src/version.c b/src/version.c index 3dfd3d9644..ac56f8c06c 100644 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 127, /**/ 126, /**/