diff src/version.c @ 25489:911fdca7f736 v8.2.3281

patch 8.2.3281: Vim9: TODO items in tests can be taken care of Commit: https://github.com/vim/vim/commit/23e2e115154ef0bf05d809024eed328a46ed0f82 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 3 21:16:18 2021 +0200 patch 8.2.3281: Vim9: TODO items in tests can be taken care of Problem: Vim9: TODO items in tests can be taken care of. Solution: Update test for now working functionality. (closes https://github.com/vim/vim/issues/8694)
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 Aug 2021 21:30:04 +0200
parents c26ff3203b43
children b9419c9d3da6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3281,
+/**/
     3280,
 /**/
     3279,