comparison src/version.c @ 22498:04a9b1399d8e v8.2.1797

patch 8.2.1797: Vim9: some parts of the code not tested Commit: https://github.com/vim/vim/commit/6abd3dc257cf56a8262db38eb15c7cc754e8e002 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 4 14:17:32 2020 +0200 patch 8.2.1797: Vim9: some parts of the code not tested Problem: Vim9: some parts of the code not tested. Solution: Add a few tests.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Oct 2020 14:30:05 +0200
parents 454b78ca8247
children ef8a3177edc1
comparison
equal deleted inserted replaced
22497:6fe73c0d9626 22498:04a9b1399d8e
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1797,
753 /**/ 755 /**/
754 1796, 756 1796,
755 /**/ 757 /**/
756 1795, 758 1795,
757 /**/ 759 /**/