commit | 73b4abae5d47fe7e8b5829aaa0abe5b1eac8a408 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 28 18:16:48 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 28 18:16:48 2018 +0200 |
tree | 51e5ad5950358413c456dd6ad44c5e884dcaa552 | |
parent | edd6aacb010ad2402fc98f19e7f6b7c29ba2656f [diff] [blame] |
patch 8.1.0222: errors are reported for "make install" Problem: Errors are reported for "make install". Solution: Skip missing language files. (Christian Brabandt, closes #3254)
diff --git a/src/version.c b/src/version.c index 23952a0..968ff96 100644 --- a/src/version.c +++ b/src/version.c
@@ -799,6 +799,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 222, +/**/ 221, /**/ 220,