comparison src/version.c @ 9491:404de131cff9 v7.4.2026

commit https://github.com/vim/vim/commit/1436d8d51cce114be56209924fc71376407e5bad Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 11 22:41:15 2016 +0200 patch 7.4.2026 Problem: Reference counting for callbacks isn't right. Solution: Add free_callback(). (Ken Takata) Fix reference count.
author Christian Brabandt <cb@256bit.org>
date Mon, 11 Jul 2016 22:45:05 +0200
parents c5f40fc2e3e0
children 9225961006a4
comparison
equal deleted inserted replaced
9490:652a3af98b81 9491:404de131cff9
756 NULL 756 NULL
757 }; 757 };
758 758
759 static int included_patches[] = 759 static int included_patches[] =
760 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 2026,
761 /**/ 763 /**/
762 2025, 764 2025,
763 /**/ 765 /**/
764 2024, 766 2024,
765 /**/ 767 /**/