diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    100,
+/**/
     99,
 /**/
     98,