diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    790,
+/**/
     789,
 /**/
     788,