diff src/version.c @ 24539:3a290891a015 v8.2.2809

patch 8.2.2809: Vim9: :def function compilation fails when using :legacy Commit: https://github.com/vim/vim/commit/dc4c2309f2af347068edd60548269018f476dab9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 25 13:54:42 2021 +0200 patch 8.2.2809: Vim9: :def function compilation fails when using :legacy Problem: Vim9: :def function compilation fails when using :legacy. Solution: Reset CMOD_LEGACY when compiling a function. (closes https://github.com/vim/vim/issues/8137)
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Apr 2021 14:00:03 +0200
parents 95bcea9faa52
children df90c61c306c
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 */
 /**/
+    2809,
+/**/
     2808,
 /**/
     2807,