diff src/version.c @ 21202:1a4e22aa2eb3 v8.2.1152

patch 8.2.1152: Vim9: function reference is missing script prefix Commit: https://github.com/vim/vim/commit/fe465a01cfbbbae5d870d6108e0ad0947f03b0c4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 7 22:50:12 2020 +0200 patch 8.2.1152: Vim9: function reference is missing script prefix Problem: Vim9: function reference is missing script prefix. Solution: Use the actual function name instead of the name searched for in the script context. (closes #6412)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Jul 2020 23:00:04 +0200
parents 37edecbfb834
children 3c91581cef33
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 */
 /**/
+    1152,
+/**/
     1151,
 /**/
     1150,