diff src/version.c @ 20883:8bc11506d787 v8.2.0993

patch 8.2.0993: Vim9 script test fails with normal features Commit: https://github.com/vim/vim/commit/f7d267ef20a38eb316915b91cb5a89021555f9d8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 17 12:04:54 2020 +0200 patch 8.2.0993: Vim9 script test fails with normal features Problem: Vim9 script test fails with normal features. Solution: Use :func instead of :def for now.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Jun 2020 12:15:05 +0200
parents 58137dbee8da
children b70555af8908
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    993,
+/**/
     992,
 /**/
     991,