From 0f6629a08a9ae482956f5e70452ae78be569eadf Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 22 Sep 2019 23:24:13 +0200 Subject: patch 8.1.2069: test for SafeStateAgain may still fail Problem: Test for SafeStateAgain may still fail. Solution: Send another message to trigger SafeStateAgain. --- 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 678bc13d4..bfe483e28 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2069, /**/ 2068, /**/ -- cgit v1.2.1