commit | 2339fa335fcce46226f871b2c95c433966c711e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 28 22:59:36 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 28 22:59:36 2019 +0100 |
tree | 9a0baf9de208b6bdb494598e7988e960eec4d68b | |
parent | 12dfc9eef14fe74c46145aa9e6cba9666f1bcd40 [diff] [blame] |
patch 8.1.0841: travis config to get Lua on MacOS is too complicated Problem: Travis config to get Lua on MacOS is too complicated. Solution: Use an addons entry. (Ozaki Kiichi, closes 3876)
diff --git a/src/version.c b/src/version.c index ae28d08..a90d52e 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 841, +/**/ 840, /**/ 839,