diff src/version.c @ 25455:e7c02cbe701f v8.2.3264

patch 8.2.3264: Vim9: assign test fails Commit: https://github.com/vim/vim/commit/f24f51d03035379cf3e5b2dccf489a40bc4ca92a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 1 12:01:49 2021 +0200 patch 8.2.3264: Vim9: assign test fails Problem: Vim9: assign test fails. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Aug 2021 12:15:03 +0200
parents 21b70bab366c
children b95f9cc3d1b9
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 */
 /**/
+    3264,
+/**/
     3263,
 /**/
     3262,