commit | 0f6629a08a9ae482956f5e70452ae78be569eadf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 22 23:24:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 22 23:24:13 2019 +0200 |
tree | 8a2069f0dc7c64af915c89835341e013e2265dbb | |
parent | 513537bfff59b94a26c63ab2bd458f21d4be774e [diff] [blame] |
patch 8.1.2069: test for SafeStateAgain may still fail Problem: Test for SafeStateAgain may still fail. Solution: Send another message to trigger SafeStateAgain.
diff --git a/src/version.c b/src/version.c index 678bc13..bfe483e 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2069, +/**/ 2068, /**/ 2067,