diff src/version.c @ 21439:166c15374bda v8.2.1270

patch 8.2.1270: Vim9: not skipping over function type declaration Commit: https://github.com/vim/vim/commit/2f1980f7b74a6a47d72f9c56417bc4ad47c6b66c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 22 19:30:06 2020 +0200 patch 8.2.1270: Vim9: not skipping over function type declaration Problem: Vim9: not skipping over function type declaration with only a return type. Solution: Skip over the return type. (issue #6507)
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Jul 2020 19:45:04 +0200
parents b32b67a108f2
children 78d97ee2c707
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 */
 /**/
+    1270,
+/**/
     1269,
 /**/
     1268,