From 5efa0102de6ed6049fb19e1e83787e5b3b24b6a2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 22 Jun 2018 21:42:30 +0200 Subject: patch 8.1.0097: superfluous space before exclamation mark Problem: Superfluous space before exclamation mark. Solution: Remove the space. Don't translate debug message. --- 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 eda5ad42d..f440ff953 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 97, /**/ 96, /**/ -- cgit v1.2.3