From a07c831bef5d6719a5c02fb43fc4b6dc72c8869b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 27 Jul 2012 21:12:07 +0200 Subject: updated for version 7.3.617 Problem: Hang on completion. Solution: Skip over the space. (Yasuhiro Matsumoto) --- 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 b39f5c5d9..f3b14351f 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 617, /**/ 616, /**/ -- cgit v1.2.1