From e25bc5abb4621c6263b0248988a207d53b57fc54 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 21 Jul 2016 21:23:38 +0200 Subject: patch 7.4.2087 Problem: Digraph code test coverage is still low. Solution: Add more tests. (Christian Brabandt) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 9af59e55c..8f60ccd41 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2087, /**/ 2086, /**/ -- cgit v1.2.1