diff src/version.c @ 26984:8dc4782b60ff v8.2.4021

patch 8.2.4021: missing part of the :import changes Commit: https://github.com/vim/vim/commit/2ef01d929d094c9063a259a74e23cf61be74b9b6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 6 21:38:11 2022 +0000 patch 8.2.4021: missing part of the :import changes Problem: Missing part of the :import changes. Solution: Add changes in vim9cmds.c.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jan 2022 22:45:04 +0100
parents f15bf2470359
children 79ea140936e9
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 */
 /**/
+    4021,
+/**/
     4020,
 /**/
     4019,