commit | f45938cc20ed6992e5215ffe41b73b528c78be9c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 15:59:57 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 15:59:57 2017 +0100 |
tree | a1e9ed1adaf82232c78d386a214d7066525b5fad | |
parent | ffd99f729bd806e09d9355ede9c17780b61057bf [diff] [blame] |
patch 8.0.1243: no test for what 8.0.1227 fixes Problem: No test for what 8.0.1227 fixes. Solution: Add a test that triggers the problem. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 61e8ea2..83bfd70 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1243, +/**/ 1242, /**/ 1241,