commit | 2379f87eb48a4ee6a1d0fc7df964e12a3efe4fd5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 14 14:07:34 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 14 14:07:34 2021 +0100 |
tree | a02fda0d39cc9ac13c675c259daea92806210051 | |
parent | 9979fcd72ed671ec2c98800587c3a6996adb27d4 [diff] [blame] |
patch 8.2.2514: Vim9: build error in tiny version Problem: Vim9: build error in tiny version. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 20bc9a2..21316e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2514, +/**/ 2513, /**/ 2512,