commit | e25bc5abb4621c6263b0248988a207d53b57fc54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 21:23:38 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 21:23:38 2016 +0200 |
tree | 2850b36c91dd590e62231bfb3836e4f18be35ee9 | |
parent | ac105ed3c420660ddbddc501c97875c48220817e [diff] [blame] |
patch 7.4.2087 Problem: Digraph code test coverage is still low. Solution: Add more tests. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 9af59e5..8f60ccd 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2087, +/**/ 2086, /**/ 2085,