comparison src/version.c @ 21781:99fe9e960207 v8.2.1440

patch 8.2.1440: debugger code insufficiently tested Commit: https://github.com/vim/vim/commit/16c6232cad40af37f37dc9c561392b7761b9e229 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 13 19:20:04 2020 +0200 patch 8.2.1440: debugger code insufficiently tested Problem: Debugger code insufficiently tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6700)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Aug 2020 19:30:04 +0200
parents 30bdd2e4a6f9
children 483dc3fd596c
comparison
equal deleted inserted replaced
21780:3efab8d47de0 21781:99fe9e960207
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 1440,
757 /**/ 759 /**/
758 1439, 760 1439,
759 /**/ 761 /**/
760 1438, 762 1438,
761 /**/ 763 /**/