comparison src/version.c @ 9487:69ed2c9d34a6 v7.4.2024

commit https://github.com/vim/vim/commit/7c0a2f367f2507669560b1a66423155c70d2e75b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 10 22:11:16 2016 +0200 patch 7.4.2024 Problem: More buf_valid() calls can be optimized. Solution: Use bufref_valid() instead.
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jul 2016 22:15:06 +0200
parents c16e207dc465
children c5f40fc2e3e0
comparison
equal deleted inserted replaced
9486:b931ed8a6782 9487:69ed2c9d34a6
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 2024,
761 /**/ 763 /**/
762 2023, 764 2023,
763 /**/ 765 /**/
764 2022, 766 2022,
765 /**/ 767 /**/