comparison src/version.c @ 21917:94376326c096 v8.2.1508

patch 8.2.1508: not all debugger commands covered by tests Commit: https://github.com/vim/vim/commit/c63b72b6dc1347530ce906b462bb568994552c8b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 22 16:04:52 2020 +0200 patch 8.2.1508: not all debugger commands covered by tests Problem: Not all debugger commands covered by tests. Solution: Add tests for going up/down in the stack. (Ben Jackson, closes #6765)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Aug 2020 16:15:04 +0200
parents 2559dc02bd64
children ebc6d07840fd
comparison
equal deleted inserted replaced
21916:153acbd05e5d 21917:94376326c096
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1508,
757 /**/ 759 /**/
758 1507, 760 1507,
759 /**/ 761 /**/
760 1506, 762 1506,
761 /**/ 763 /**/