summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-08-08 19:07:37 +0200
committerBram Moolenaar <Bram@vim.org>2021-08-08 19:07:37 +0200
commit33ea9fd4d849324f1e958cc669987a51cf0baded (patch)
tree04e74ec5d77d51303670fe01b3a2ce3e6648d368 /src/version.c
parent80a070c36125662556232ab6e83da373e22953d8 (diff)
patch 8.2.3317: Vim9: No error for missing white space before return typev8.2.3317
Problem: Vim9: No error for missing white space before return type. Solution: Check for white space. (closes #8733)
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 3e209fe272..aacefc03d7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3317,
+/**/
3316,
/**/
3315,