commit | d6024e2dd4e0c1556d9b69e61c4059fa78e5609d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 24 19:15:20 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 24 19:15:20 2018 +0100 |
tree | 6a159fcbb6c6a700ada8bea67c109d35a6fecd08 | |
parent | a42df5934bdc1178ed2ee8cb9c8686975b578497 [diff] [blame] |
patch 8.1.0631: test for :stop fails on Arch Problem: Test for :stop fails on Arch. Solution: Check five lines for the expected output. (closes #3714)
diff --git a/src/version.c b/src/version.c index 1b9e3e0..d53ffac 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 631, +/**/ 630, /**/ 629,