diff src/version.c @ 23727:7d0959080545 v8.2.2405

patch 8.2.2405: Vim9: no need to allow white space before "(" for :def Commit: https://github.com/vim/vim/commit/4efd9948291801bffebf36b4a9910d08ff981987 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 24 21:14:20 2021 +0100 patch 8.2.2405: Vim9: no need to allow white space before "(" for :def Problem: Vim9: no need to allow white space before "(" for :def. Solution: Give an error for stray white space. (issue https://github.com/vim/vim/issues/7734)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Jan 2021 21:15:03 +0100
parents f98692ae09a0
children 7eef04861034
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2405,
+/**/
     2404,
 /**/
     2403,