commit | e8512d7fedbddd8d464b2c589e6ba5ab9a41bc78 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 07 22:33:32 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 07 22:33:32 2017 +0100 |
tree | 40258098e66e89468e1659f62ec70112de269bef | |
parent | 65408f7dfbd4bb50d740a8b8f2171080571223f2 [diff] [blame] |
patch 8.0.0429: options test does not always test everything Problem: Options test does not always test everything. Solution: Fix dependency for opt_test.vim. Give a message when opt_test.vim was not found.
diff --git a/src/version.c b/src/version.c index 983a425..e8779f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 429, +/**/ 428, /**/ 427,