diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-05-22 13:38:18 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-05-22 13:38:18 +0200 |
commit | 5a80f8ad5dc0b2cc63400255dcf3c63f6c1a2ef9 (patch) | |
tree | 11d89d43d32362b2b31b33f283425c65de9733be /src/version.c | |
parent | 98f1671cc0ab0ad6139cb9c6ce5262e7f646bc0a (diff) | |
download | vim-git-8.2.0809.tar.gz |
patch 8.2.0809: build failure with small featuresv8.2.0809
Problem: Build failure with small features. (Tony Mechelynck)
Solution: Move "expr" inside #ifdef.
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 ad904970e..1ca9dee70 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 809, +/**/ 808, /**/ 807, |