comparison src/version.c @ 21421:0f0fee4122d3 v8.2.1261

patch 8.2.1261: Vim9: common type of function not tested Commit: https://github.com/vim/vim/commit/c7db57788b661a5da0b375d4fffdf10721550141 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 21 20:55:50 2020 +0200 patch 8.2.1261: Vim9: common type of function not tested Problem: Vim9: common type of function not tested. Solution: Add a test. Fix uncovered problems.
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Jul 2020 21:00:06 +0200
parents e4449560f18d
children 5db63c2c6929
comparison
equal deleted inserted replaced
21420:2df8f745a622 21421:0f0fee4122d3
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1261,
757 /**/ 759 /**/
758 1260, 760 1260,
759 /**/ 761 /**/
760 1259, 762 1259,
761 /**/ 763 /**/