comparison src/version.c @ 14437:ceb9b6bf0f4a v8.1.0232

patch 8.1.0232: Ruby error does not include backtrace commit https://github.com/vim/vim/commit/f711cb2f12458d32e082c0e3d4103e2b072947c3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 1 18:42:13 2018 +0200 patch 8.1.0232: Ruby error does not include backtrace Problem: Ruby error does not include backtrace. Solution: Add an error backtrace. (Masataka Pocke Kuwabara, closes https://github.com/vim/vim/issues/3267)
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Aug 2018 18:45:05 +0200
parents 90bed90d1130
children e4c553e9132b
comparison
equal deleted inserted replaced
14436:c5b4768f5224 14437:ceb9b6bf0f4a
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 232,
797 /**/ 799 /**/
798 231, 800 231,
799 /**/ 801 /**/
800 230, 802 230,
801 /**/ 803 /**/