comparison src/version.c @ 9278:97b0b568f820 v7.4.1922

commit https://github.com/vim/vim/commit/06469e979fe524ac6cb8f705ed4221aa267de11d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 11 22:26:53 2016 +0200 patch 7.4.1922 Problem: Ruby 2.4.0 unifies Fixnum and Bignum into Integer. Solution: Use rb_cInteger. (Weiong Mao)
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Jun 2016 22:30:06 +0200
parents fd81f36cd5b6
children f92cfcd7fda2
comparison
equal deleted inserted replaced
9277:68aa58daaf7f 9278:97b0b568f820
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1922,
756 /**/ 758 /**/
757 1921, 759 1921,
758 /**/ 760 /**/
759 1920, 761 1920,
760 /**/ 762 /**/