diff src/version.c @ 7979:22367b9f528a v7.4.1285

commit https://github.com/vim/vim/commit/79c2c881bb7ae1cbdeeff91d4875b4bf2e54df06 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 21:19:28 2016 +0100 patch 7.4.1285 Problem: Cannot measure elapsed time. Solution: Add reltimefloat().
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Feb 2016 21:30:04 +0100
parents 96fe78b32ad5
children 5c30ba57aaea
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1285,
+/**/
     1284,
 /**/
     1283,