diff src/version.c @ 8447:6f26b680c243 v7.4.1514

commit https://github.com/vim/vim/commit/e98d12105213975f37b8d653bd909bd787a2cda9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 8 15:37:41 2016 +0100 patch 7.4.1514 Problem: Channel output to file not implemented yet. Solution: Implement it for Unix.
author Christian Brabandt <cb@256bit.org>
date Tue, 08 Mar 2016 15:45:05 +0100
parents dd2e2bd69d0e
children 3d567b5839c5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1514,
+/**/
     1513,
 /**/
     1512,