comparison src/version.c @ 20915:a3853794a768 v8.2.1009

patch 8.2.1009: Vim9: some failures not checked for Commit: https://github.com/vim/vim/commit/c5b1c20b6b1968873ea31edac1db659773b3b93d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 18 22:43:27 2020 +0200 patch 8.2.1009: Vim9: some failures not checked for Problem: Vim9: some failures not checked for. Solution: Add test cases. Remove unused code.
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Jun 2020 22:45:03 +0200
parents a127db33a075
children 5c6a6b5a3330
comparison
equal deleted inserted replaced
20914:f62d75f4ba60 20915:a3853794a768
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 1009,
757 /**/ 759 /**/
758 1008, 760 1008,
759 /**/ 761 /**/
760 1007, 762 1007,
761 /**/ 763 /**/