comparison src/version.c @ 20472:1338b4dcb885 v8.2.0790

patch 8.2.0790: Vim9: list index not well tested Commit: https://github.com/vim/vim/commit/843700875e50c03c94245bef1b2de147b9b3b585 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 18 14:20:36 2020 +0200 patch 8.2.0790: Vim9: list index not well tested Problem: Vim9: list index not well tested. Solution: Add a few more tests.
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 May 2020 14:30:04 +0200
parents fafa48fd3461
children 3fe45aa3bbc5
comparison
equal deleted inserted replaced
20471:5c2d85d852f1 20472:1338b4dcb885
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 790,
749 /**/ 751 /**/
750 789, 752 789,
751 /**/ 753 /**/
752 788, 754 788,
753 /**/ 755 /**/