1
0
forked from aniani/vim

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 #8137)
This commit is contained in:
Bram Moolenaar
2021-04-25 13:54:42 +02:00
parent 730bf30020
commit dc4c2309f2
3 changed files with 17 additions and 0 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2809,
/**/
2808,
/**/