summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-05-15 16:22:38 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-15 16:22:38 +0100
commit2ba51236fb7c27fe16dad4c44242f00e17c19726 (patch)
treec394d7f9f7ca93244bbb169a4c42c6e1870f385e /src/version.c
parenta2c0028fdf8dcf0408e27be730ac0e691ef9559b (diff)
patch 9.0.1559: function argument types not always checkedv9.0.1559
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 689b1a2c75..47079f5331 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1559,
+/**/
1558,
/**/
1557,