diff src/version.c @ 17352:b2616a8be8a6 v8.1.1675

patch 8.1.1675: listener list not correctly updated on listener_remove() commit https://github.com/vim/vim/commit/7b73f914c4fc5a3f7ad97b678cc8137f964e3d62 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 13 13:03:02 2019 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Jul 2019 13:15:05 +0200
parents 072ae5089541
children 102ed3a26a5d
line wrap: on
line diff
--- 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,