comparison src/version.c @ 19832:b3f956c2ed3c v8.2.0472

patch 8.2.0472: terminal highlight name is set twice, leaking memory Commit: https://github.com/vim/vim/commit/360bdbda817920657a2ec8bf329c96a749dd7224 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 28 22:37:14 2020 +0100 patch 8.2.0472: terminal highlight name is set twice, leaking memory Problem: Terminal highlight name is set twice, leaking memory. Solution: Delete one.
author Bram Moolenaar <Bram@vim.org>
date Sat, 28 Mar 2020 22:45:03 +0100
parents 6500dcaf8e1a
children 2ef25a007bb7
comparison
equal deleted inserted replaced
19831:3d689590024d 19832:b3f956c2ed3c
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 472,
741 /**/ 743 /**/
742 471, 744 471,
743 /**/ 745 /**/
744 470, 746 470,
745 /**/ 747 /**/