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 ca34db3 commit 8aa0e6cCopy full SHA for 8aa0e6c
src/map.c
@@ -84,10 +84,10 @@ map_free(mapblock_T **mpp)
84
vim_free(mp->m_str);
85
vim_free(mp->m_orig_str);
86
*mpp = mp->m_next;
87
- vim_free(mp);
88
#ifdef FEAT_EVAL
89
reset_last_used_map(mp);
90
#endif
+ vim_free(mp);
91
}
92
93
/*
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 4150,
755
/**/
756
4149,
757
0 commit comments