comparison src/version.c @ 23116:55f8b7da27f3 v8.2.2104

patch 8.2.2104: build problem with Ruby 2.7 Commit: https://github.com/vim/vim/commit/d5a986f460019a924627d79350552f446505cffb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 6 21:11:31 2020 +0100 patch 8.2.2104: build problem with Ruby 2.7 Problem: Build problem with Ruby 2.7. Solution: Adjust function declarations. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/7430)
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Dec 2020 21:15:05 +0100
parents 462774c327df
children 24326797a9aa
comparison
equal deleted inserted replaced
23115:dd0da8e5bf43 23116:55f8b7da27f3
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 2104,
753 /**/ 755 /**/
754 2103, 756 2103,
755 /**/ 757 /**/
756 2102, 758 2102,
757 /**/ 759 /**/