commit | acf7544cf62227972eeb063d6d9ecddaa5682a73 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 17 22:55:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 17 22:55:35 2019 +0200 |
tree | c8000f3851a86bdf6ce85aaeaade8e41a2143cb4 | |
parent | 4a0a161a9bdc074498b85e1dd6bb2aab62a53aee [diff] [blame] |
patch 8.1.1711: listener callback called at the wrong moment Problem: Listener callback called at the wrong moment Solution: Invoke listeners before calling ml_delete_int(). (closes #4657)
diff --git a/src/version.c b/src/version.c index 74a16fe..6c6550b 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1711, +/**/ 1710, /**/ 1709,