commit | 3ac498c8a1c3570c296093a5d9425b2a3a7cdb29 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 02 20:25:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 02 20:25:36 2020 +0200 |
tree | 498f940eb5487122ec989cc73ba3fdcecead75fb | |
parent | ea6561af92eeb26fa0b4966575da7cadd98af1cd [diff] [blame] |
patch 8.2.0885: "make shadow" does not link new lua test dir Problem: "make shadow" does not link new lua test dir. Solution: Also link testdir/testluaplugin. (Elimar Riesebieter)
diff --git a/src/version.c b/src/version.c index 7931e96..5bee0d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 885, +/**/ 884, /**/ 883,