comparison src/version.c @ 15949:d8ab4fa99341 v8.1.0980

patch 8.1.0980: extend() insufficiently tested commit https://github.com/vim/vim/commit/58d63a0a2364e1f06a80550f9f5038145b339171 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 25 05:56:31 2019 +0100 patch 8.1.0980: extend() insufficiently tested Problem: extend() insufficiently tested. Solution: Add more tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/4040)
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Feb 2019 06:00:04 +0100
parents 4aaf68cbed32
children 2c18aaf66e77
comparison
equal deleted inserted replaced
15948:1b55571e861e 15949:d8ab4fa99341
777 NULL 777 NULL
778 }; 778 };
779 779
780 static int included_patches[] = 780 static int included_patches[] =
781 { /* Add new patch number below this line */ 781 { /* Add new patch number below this line */
782 /**/
783 980,
782 /**/ 784 /**/
783 979, 785 979,
784 /**/ 786 /**/
785 978, 787 978,
786 /**/ 788 /**/