commit | 69198cb8c08f124729c41a4681f2d142228a9139 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 16 21:58:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 16 21:58:13 2019 +0200 |
tree | 12b2ba27e1239074e4bcb1f6f6524d23ab996158 | |
parent | dac1347b4d9c1a1aef6aa73fdea08a9d1077d6ea [diff] [blame] |
patch 8.1.2046: SafeState may be triggered at the wrong moment Problem: SafeState may be triggered at the wrong moment. Solution: Move it up higher to after where messages are processed. Add a SafeStateAgain event to tigger there.
diff --git a/src/version.c b/src/version.c index 34e3e6b..02e8cfb 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2046, +/**/ 2045, /**/ 2044,