comparison src/version.c @ 25098:765a642e0e20 v8.2.3086

patch 8.2.3086: Vim9: breakpoint on "for" does not work Commit: https://github.com/vim/vim/commit/6fc016168249360f0524b68f72cf33efd0574d40 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 3 13:36:31 2021 +0200 patch 8.2.3086: Vim9: breakpoint on "for" does not work Problem: Vim9: breakpoint on "for" does not work. Solution: Use the right line number in ISN_DEBUG. (closes https://github.com/vim/vim/issues/8486)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Jul 2021 13:45:04 +0200
parents d0625ed91013
children d5f856033f6b
comparison
equal deleted inserted replaced
25097:0a54fef1a914 25098:765a642e0e20
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3086,
758 /**/ 760 /**/
759 3085, 761 3085,
760 /**/ 762 /**/
761 3084, 763 3084,
762 /**/ 764 /**/