From 5deeb3f1f9db4eabd36e99cbf857fe376eb37e10 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 5 Apr 2020 17:08:17 +0200 Subject: patch 8.2.0512: Vim9: no optional arguments in func type Problem: Vim9: no optional arguments in func type. Solution: Check for question mark after type. Find function reference without function(). --- 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 076d032f6c..034c66be76 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 512, /**/ 511, /**/ -- cgit v1.2.3