comparison src/version.c @ 14245:f445c5edb6af v8.1.0139

patch 8.1.0139: Lua tests fail on some platforms commit https://github.com/vim/vim/commit/a8a60d0c6b292216e55f005cf9637789a771d34b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 2 22:54:36 2018 +0200 patch 8.1.0139: Lua tests fail on some platforms Problem: Lua tests fail on some platforms. Solution: Accept a hex number with and without "0x". (Ken Takata, closes #3137)
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Jul 2018 23:00:07 +0200
parents fbf0681606fa
children 381b01f77461
comparison
equal deleted inserted replaced
14244:07c3af6def9a 14245:f445c5edb6af
787 NULL 787 NULL
788 }; 788 };
789 789
790 static int included_patches[] = 790 static int included_patches[] =
791 { /* Add new patch number below this line */ 791 { /* Add new patch number below this line */
792 /**/
793 139,
792 /**/ 794 /**/
793 138, 795 138,
794 /**/ 796 /**/
795 137, 797 137,
796 /**/ 798 /**/