comparison 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
comparison
equal deleted inserted replaced
13213:13e035335212 13214:ed51483e9971
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1481,
774 /**/ 776 /**/
775 1480, 777 1480,
776 /**/ 778 /**/
777 1479, 779 1479,
778 /**/ 780 /**/