comparison src/version.c @ 9709:cce76af1cc6a v7.4.2130

commit https://github.com/vim/vim/commit/623e263ffb998acacd6fd0de18c44e03af2a47d1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 30 22:47:56 2016 +0200 patch 7.4.2130 Problem: Pending timers cause false memory leak reports. Solution: Free all timers on exit.
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Jul 2016 23:00:05 +0200
parents be4aaef2651c
children b74515b8f3d4
comparison
equal deleted inserted replaced
9708:09d6c236da35 9709:cce76af1cc6a
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2130,
766 /**/ 768 /**/
767 2129, 769 2129,
768 /**/ 770 /**/
769 2128, 771 2128,
770 /**/ 772 /**/