diff src/version.c @ 13214:ed51483e9971

patch 8.0.1481: clearing a pointer takes two lines commit https://github.com/vim/vim/commit/1567558b20575e1b17c3808c6bd622b0b4810e36 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 9 12:29:56 2018 +0100 patch 8.0.1481: clearing a pointer takes two lines Problem: Clearing a pointer takes two lines. Solution: Add vim_clear() to free and clear the pointer.
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Feb 2018 12:30:07 +0100
parents a80490493c6b
children ae5f855a64be
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1481,
+/**/
     1480,
 /**/
     1479,