diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2036,
+/**/
     2035,
 /**/
     2034,