commit | 9845f36aa6ba28e0aa388bb635d4bb8ab56f1a47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 08 18:59:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 08 18:59:54 2019 +0200 |
tree | 723ccd19a9fb2e5299c76641eb6ba43c2bfef0b2 | |
parent | d7f246c68cfb97406bcd4b098a2df2d870b3ef92 [diff] [blame] |
patch 8.1.1139: no test for what is fixed in patch 8.1.0716 Problem: No test for what is fixed in patch 8.1.0716. Solution: Add a test. (Yasuhiro Matsumoto, closes #3797)
diff --git a/src/version.c b/src/version.c index dadb017..314f4b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1139, +/**/ 1138, /**/ 1137,