summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-13 13:03:02 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-13 13:03:02 +0200
commit7b73f914c4fc5a3f7ad97b678cc8137f964e3d62 (patch)
tree241abb8cf378c3157fd818d1c7bd71a91604a345 /src/version.c
parent4e63f9425e6623aec4cd016af6def0b354b935f1 (diff)
patch 8.1.1675: listener list not correctly updated on listener_remove()v8.1.1675
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.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 04a2e6826d..7e3c180592 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1675,
+/**/
1674,
/**/
1673,