diff src/version.c @ 21915:2559dc02bd64 v8.2.1507

patch 8.2.1507: using malloc() directly Commit: https://github.com/vim/vim/commit/51b6eb47b3c41b01a5559b099e65354c8897093e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 22 15:19:18 2020 +0200 patch 8.2.1507: using malloc() directly Problem: Using malloc() directly. Solution: Use ALLOC_ONE(). Remove superfluous typecast. (Hussam al-Homsi, closes #6768)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Aug 2020 15:30:04 +0200
parents 9fc27a955f00
children 94376326c096
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1507,
+/**/
     1506,
 /**/
     1505,