comparison src/version.c @ 15275:b408509d8292 v8.1.0646

patch 8.1.0646: cannot build with Ruby 2.6.0 commit https://github.com/vim/vim/commit/b09c684195d803137d52c34fb4d3a410be5ac10f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 27 22:11:01 2018 +0100 patch 8.1.0646: cannot build with Ruby 2.6.0 Problem: Cannot build with Ruby 2.6.0. Solution: Add rb_ary_detransient(). (Ozaki Kiichi, closes https://github.com/vim/vim/issues/3724)
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Dec 2018 22:15:04 +0100
parents 19272aa12962
children 71b762af30c3
comparison
equal deleted inserted replaced
15274:f47e56455015 15275:b408509d8292
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 646,
802 /**/ 804 /**/
803 645, 805 645,
804 /**/ 806 /**/
805 644, 807 644,
806 /**/ 808 /**/