diff options
| author | Bram Moolenaar <Bram@vim.org> | 2022-03-01 19:52:48 +0000 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2022-03-01 19:52:48 +0000 |
| commit | f6b0c79742727948edee78cb1a3a9a4e3be8b0fd (patch) | |
| tree | fdd766a84170e73333553446d8792c97923da0cc /src/version.c | |
| parent | 7a2222487507eb13cccdb9a66397092775d62b8c (diff) | |
| download | vim-git-8.2.4488.tar.gz | |
patch 8.2.4488: build error with +eval but without +channel or +jobv8.2.4488
Problem: Build error with +eval but without +channel or +job.
Solution: Add #ifdef. (John Marriott)
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 960e18cea..3918e7439 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4488, +/**/ 4487, /**/ 4486, |
