From 395b6bab33e5ed9a0377d7f140e98fd3ab682672 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 7 Apr 2017 20:09:51 +0200 Subject: patch 8.0.0549: no test for the 8g8 command Problem: No test for the 8g8 command. Solution: Add a test. (Dominique Pelle, closes #1615) --- 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 e856ba5c0..1ffb6556c 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 549, /**/ 548, /**/ -- cgit v1.2.1