From 2ba51236fb7c27fe16dad4c44242f00e17c19726 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 15 May 2023 16:22:38 +0100 Subject: patch 9.0.1559: function argument types not always checked Problem: Function argument types not always checked and using v:none may cause an error. Solution: Check argument types once the function type is known. Do not give an error for using v:none as an argument. (closes #12200) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 689b1a2c75..47079f5331 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1559, /**/ 1558, /**/ -- cgit v1.2.3