comparison src/version.c @ 17322:ccd21c8f916b v8.1.1660

patch 8.1.1660: assert_fails() does not fail inside try/catch commit https://github.com/vim/vim/commit/7780e5c1c5485a979ab6e3914a43e17912e213a8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 10 22:04:48 2019 +0200 patch 8.1.1660: assert_fails() does not fail inside try/catch Problem: Assert_fails() does not fail inside try/catch. Solution: Set trylevel to zero. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/4639)
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jul 2019 22:15:05 +0200
parents 33dccaafb214
children 066d77831630
comparison
equal deleted inserted replaced
17321:8f7e58f2d2cb 17322:ccd21c8f916b
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1660,
780 /**/ 782 /**/
781 1659, 783 1659,
782 /**/ 784 /**/
783 1658, 785 1658,
784 /**/ 786 /**/