comparison src/version.c @ 19079:23df4b83fd31 v8.2.0100

patch 8.2.0100: macros for Ruby are too complicated Commit: https://github.com/vim/vim/commit/41a4141ecb36cd871c6e87f6fbc12fa81653b6be Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 7 21:32:19 2020 +0100 patch 8.2.0100: macros for Ruby are too complicated Problem: Macros for Ruby are too complicated. Solution: Do not use DYNAMIC_RUBY_VER, use RUBY_VERSION. (Ken Takata, closes #5452)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Jan 2020 21:45:08 +0100
parents 568cce19fd2b
children 3b1f83fdaabc
comparison
equal deleted inserted replaced
19078:979b303031ca 19079:23df4b83fd31
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 100,
745 /**/ 747 /**/
746 99, 748 99,
747 /**/ 749 /**/
748 98, 750 98,
749 /**/ 751 /**/