commit | d47f50b3312af2b8baf37505b7a589daf3f7d942 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 15:20:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 15:20:42 2020 +0200 |
tree | e0111cb70d42983152c4f3e55cc2ed0af9c690ce | |
parent | 30fd8204cecb317d842b964d624d492088d6d15f [diff] [blame] |
patch 8.2.1745: tiny version doesn't build Problem: Tiny version doesn't build. Solution: Add dummy ex_var() function.
diff --git a/src/version.c b/src/version.c index 03a5581..bd5d607 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1745, +/**/ 1744, /**/ 1743,