comparison src/version.c @ 9511:c2e904cc064f v7.4.2036

commit https://github.com/vim/vim/commit/480778b805bd8bdc5d657560230e9c50feda1d0f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 14 22:09:39 2016 +0200 patch 7.4.2036 Problem: Looking up a buffer by number is slow if there are many. Solution: Use a hashtab.
author Christian Brabandt <cb@256bit.org>
date Thu, 14 Jul 2016 22:15:06 +0200
parents e61974ab3ed0
children b2459bef0c7e
comparison
equal deleted inserted replaced
9510:e0f0aa1e3571 9511:c2e904cc064f
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 2036,
761 /**/ 763 /**/
762 2035, 764 2035,
763 /**/ 765 /**/
764 2034, 766 2034,
765 /**/ 767 /**/