diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-01-01 00:55:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-01-01 00:55:28 +0000 |
commit | 096ca73dacd748a65d080197b842eef6f4423096 (patch) | |
tree | f5049499836e9eca23aa2f4e3265001f765ca3a1 /src/version.c | |
parent | d0819d11ecdf3bca4b0800ef905091b5e175b6f4 (diff) | |
download | vim-git-096ca73dacd748a65d080197b842eef6f4423096.tar.gz |
patch 8.2.3963: build failure with tiny and small featuresv8.2.3963
Problem: Build failure with tiny and small features. (Tony Mechelynck)
Solution: Adjust #ifdefs.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index bb73823ff..8db61c294 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3963, +/**/ 3962, /**/ 3961, |