comparison src/version.c @ 16980:f3a6c2c31551 v8.1.1490

patch 8.1.1490: when a single test fails the exit code is not set commit https://github.com/vim/vim/commit/4e0bf846279f3efa6299a98143033db1fdfa143a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 7 22:40:25 2019 +0200 patch 8.1.1490: when a single test fails the exit code is not set Problem: When a single test fails the exit code is not set. (Daniel Hahler) Solution: Add an exit command. (closes https://github.com/vim/vim/issues/4506)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Jun 2019 22:45:06 +0200
parents 15bc5a64bd50
children 301f6deea057
comparison
equal deleted inserted replaced
16979:b0fdc7de166b 16980:f3a6c2c31551
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1490,
770 /**/ 772 /**/
771 1489, 773 1489,
772 /**/ 774 /**/
773 1488, 775 1488,
774 /**/ 776 /**/