commit | 8aeec40207b5adcd3a155277dc4f29189343b963 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 23:02:04 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 23:02:04 2019 +0200 |
tree | 4c62d41b6474eaddb0d2ad4c088bb6931b39b9ce | |
parent | ea8dcf8346f488786023fd03ec1c013cda243040 [diff] [blame] |
patch 8.1.2044: no easy way to process postponed work Problem: No easy way to process postponed work. (Paul Jolly) Solution: Add the SafeState autocommand event.
diff --git a/src/version.c b/src/version.c index 919d8fd..c23fc83 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2044, +/**/ 2043, /**/ 2042,