comparison src/version.c @ 15689:977a05589b65 v8.1.0852

patch 8.1.0852: findfile() and finddir() are not properly tested commit https://github.com/vim/vim/commit/ed71ed37bcd44bcbfcf59beee1248799de3315ec Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 30 22:13:35 2019 +0100 patch 8.1.0852: findfile() and finddir() are not properly tested Problem: findfile() and finddir() are not properly tested. Solution: Extend the test and add more. (Dominique Pelle, closes https://github.com/vim/vim/issues/3880)
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Jan 2019 22:15:07 +0100
parents cb501b3c9fb5
children a8ed064ed316
comparison
equal deleted inserted replaced
15688:f8fc6ce2563e 15689:977a05589b65
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 852,
786 /**/ 788 /**/
787 851, 789 851,
788 /**/ 790 /**/
789 850, 791 850,
790 /**/ 792 /**/