diff src/version.c @ 7588:0738fa9c4971 v7.4.1094

commit https://github.com/vim/vim/commit/ccb80989f2779c8441f7f15d160fb2141bd1676d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 15 15:56:35 2016 +0100 patch 7.4.1094 Problem: Test for :hardcopy fails on MS-Windows. Solution: Check for the +postscript feature.
author Christian Brabandt <cb@256bit.org>
date Fri, 15 Jan 2016 16:00:05 +0100
parents 9fc996244059
children 4447dc38bc22
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1094,
+/**/
     1093,
 /**/
     1092,