From 57e4ee4d383e8aaf765635cd2fe2a3edbd72d9bd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 5 Dec 2012 17:03:22 +0100 Subject: updated for version 7.3.750 Problem: The justify macro does not always work correctly. Solution: Fix off-by-one error (James McCoy) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index c551421f0..2987755fc 100644 --- a/src/version.c +++ b/src/version.c @@ -725,6 +725,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 750, /**/ 749, /**/ -- cgit v1.2.3