diff src/version.c @ 22049:2b04c5bf4dc3 v8.2.1574

patch 8.2.1574: Vim9: glob() doesnot take "true" as argument Commit: https://github.com/vim/vim/commit/5892ea151197c8a6363c7ce2322d84277b97353e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 2 21:53:11 2020 +0200 patch 8.2.1574: Vim9: glob() doesnot take "true" as argument Problem: Vim9: glob() doesnot take "true" as argument. Solution: Use tv_get_bool_chk(). (closes https://github.com/vim/vim/issues/6821)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Sep 2020 22:00:05 +0200
parents ed6165395d7b
children 342bcb9f7d34
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 */
 /**/
+    1574,
+/**/
     1573,
 /**/
     1572,