comparison src/version.c @ 19044:af795b6a2624

patch 8.2.0082: when reusing a buffer listeners are not cleared Commit: https://github.com/vim/vim/commit/f10997a1543eb0724d882da3678bacd44e647141 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 3 21:00:02 2020 +0100 patch 8.2.0082: when reusing a buffer listeners are not cleared Problem: When reusing a buffer listeners are not cleared. (Axel Forsman) Solution: Clear listeners when reusing a buffer. (closes https://github.com/vim/vim/issues/5431)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Jan 2020 21:00:16 +0100
parents 4be592d96c20
children 143d44d8f477
comparison
equal deleted inserted replaced
19043:9c3bd0bafcdc 19044:af795b6a2624
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 82,
745 /**/ 747 /**/
746 81, 748 81,
747 /**/ 749 /**/
748 80, 750 80,
749 /**/ 751 /**/