comparison src/version.c @ 20852:a9e3208048b2 v8.2.0978

patch 8.2.0978: leaking memory in termcodes test Commit: https://github.com/vim/vim/commit/0c8059e0b673a11f878acf4067a4b92679f1e0e5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 14 15:35:58 2020 +0200 patch 8.2.0978: leaking memory in termcodes test Problem: Leaking memory in termcodes test. Solution: Set t_8u with set_option_value().
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Jun 2020 15:45:04 +0200
parents bf7453768034
children bd56f4045f37
comparison
equal deleted inserted replaced
20851:f4c1966646f3 20852:a9e3208048b2
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 978,
757 /**/ 759 /**/
758 977, 760 977,
759 /**/ 761 /**/
760 976, 762 976,
761 /**/ 763 /**/