diff src/version.c @ 22127:9d3dfd420a45 v8.2.1613

patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add() Commit: https://github.com/vim/vim/commit/fa2e38df76b3e0919dc01dd1836257dce0ba62b1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 21:00:00 2020 +0200 patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add() Problem: Vim9: cannot pass "true" to prop_type_add(). Solution: Use tv_get_bool(). (closes https://github.com/vim/vim/issues/6850)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 21:15:04 +0200
parents 602e660d5ccf
children 003f51ef2e5c
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 */
 /**/
+    1613,
+/**/
     1612,
 /**/
     1611,