commit | 58d63a0a2364e1f06a80550f9f5038145b339171 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 25 05:56:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 25 05:56:31 2019 +0100 |
tree | fef5b0a86d4d42dfaf63dba8eea76ee7e22b0f6f | |
parent | 1fa8fdd611b4b69d52baad68e9a7200e09258131 [diff] [blame] |
patch 8.1.0980: extend() insufficiently tested Problem: extend() insufficiently tested. Solution: Add more tests. (Dominique Pelle, closes #4040)
diff --git a/src/version.c b/src/version.c index a5a6f7a..e802aaf 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 980, +/**/ 979, /**/ 978,