diff src/version.c @ 27146:648a5f658990 v8.2.4102

patch 8.2.4102: Vim9: import cannot be used after method Commit: https://github.com/vim/vim/commit/857c8bb1bbe754cf2c5b709703d2eb848c800285 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 15 21:08:19 2022 +0000 patch 8.2.4102: Vim9: import cannot be used after method Problem: Vim9: import cannot be used after method. Solution: Recognize an imported function name. (closes https://github.com/vim/vim/issues/9496)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jan 2022 22:15:03 +0100
parents 54f0a6a9db2d
children 6ed31017c303
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 */
 /**/
+    4102,
+/**/
     4101,
 /**/
     4100,