comparison src/version.c @ 9713:058e5ea0400e v7.4.2132

commit https://github.com/vim/vim/commit/31440a1f2b6ae8a2f7ffdd4a8a3661eadc4df23c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 30 23:14:28 2016 +0200 patch 7.4.2132 Problem: test_partial has memory leaks reported. Solution: Add a note about why this happens.
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Jul 2016 23:15:06 +0200
parents b74515b8f3d4
children dc2237f19ce2
comparison
equal deleted inserted replaced
9712:3677deb0fc62 9713:058e5ea0400e
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 2132,
766 /**/ 768 /**/
767 2131, 769 2131,
768 /**/ 770 /**/
769 2130, 771 2130,
770 /**/ 772 /**/