commit | 7b73f914c4fc5a3f7ad97b678cc8137f964e3d62 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 13:03:02 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 13:03:02 2019 +0200 |
tree | 241abb8cf378c3157fd818d1c7bd71a91604a345 | |
parent | 4e63f9425e6623aec4cd016af6def0b354b935f1 [diff] [blame] |
patch 8.1.1675: listener list not correctly updated on listener_remove() Problem: Listener list not correctly updated on listener_remove(). Solution: Only set "prev" when not removing a listener. Return one if the listener was found and removed.
diff --git a/src/version.c b/src/version.c index 04a2e68..7e3c180 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1675, +/**/ 1674, /**/ 1673,