diff src/version.c @ 21186:34667dc9207b v8.2.1144

patch 8.2.1144: Vim9: return type of reverse() is any Commit: https://github.com/vim/vim/commit/67627355accff4af4f2a7e727c77ea8df675636e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 5 21:10:24 2020 +0200 patch 8.2.1144: Vim9: return type of reverse() is any Problem: Vim9: return type of reverse() is any. Solution: Use the type of the first argument.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jul 2020 21:15:04 +0200
parents 2113e94dc726
children d73b6ba20053
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 */
 /**/
+    1144,
+/**/
     1143,
 /**/
     1142,