summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-05 17:08:17 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-05 17:08:17 +0200
commit5deeb3f1f9db4eabd36e99cbf857fe376eb37e10 (patch)
tree929f788bcba4325b1bd8141182e433c47d53666f /src/version.c
parentd7ffc0ba8ccb039dd19b255368302d9bfe0e010b (diff)
patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512
Problem: Vim9: no optional arguments in func type. Solution: Check for question mark after type. Find function reference without function().
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 076d032f6c..034c66be76 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 512,
+/**/
511,
/**/
510,