diff src/version.c @ 10192:758f3d5a463d v7.4.2365

commit https://github.com/vim/vim/commit/1b010058235fb803c1d4f42a02d2883921be8ef4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 12 12:24:11 2016 +0200 patch 7.4.2365 Problem: Needless line break. Confusing directory name. Solution: Remove line break. Prepend "../" to "tools".
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Sep 2016 12:30:10 +0200
parents 2392e065efea
children 908a8eba3cfc
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2365,
+/**/
     2364,
 /**/
     2363,