diff src/version.c @ 24602:033b43570140 v8.2.2840

patch 8.2.2840: Vim9: member operation not fully tested Commit: https://github.com/vim/vim/commit/261417b872e6449fe1ca4e7d10f1cfd9736ea453 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 6 21:04:55 2021 +0200 patch 8.2.2840: Vim9: member operation not fully tested Problem: Vim9: member operation not fully tested. Solution: Add a few tests.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 May 2021 21:15:04 +0200
parents cb4cb3ff5736
children b1ba40ea418d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2840,
+/**/
     2839,
 /**/
     2838,