comparison src/version.c @ 23160:19575087e859 v8.2.2126

patch 8.2.2126: Ruby: missing function prototype Commit: https://github.com/vim/vim/commit/0e12140550a63bb1e45771edb89b941959440cfe Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 10 20:50:34 2020 +0100 patch 8.2.2126: Ruby: missing function prototype Problem: Ruby: missing function prototype. Solution: Add the prototype.
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Dec 2020 21:00:04 +0100
parents 59635213999a
children c923f1888a77
comparison
equal deleted inserted replaced
23159:de81343419b4 23160:19575087e859
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2126,
753 /**/ 755 /**/
754 2125, 756 2125,
755 /**/ 757 /**/
756 2124, 758 2124,
757 /**/ 759 /**/