commit | ccb80989f2779c8441f7f15d160fb2141bd1676d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 15:56:35 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 15:56:35 2016 +0100 |
tree | 92b7ba48b5bbc92149cfff1b56881f70730e11f9 | |
parent | 24c4d539eed33e8073f8f9fe2bee497bbba935a4 [diff] [blame] |
patch 7.4.1094 Problem: Test for :hardcopy fails on MS-Windows. Solution: Check for the +postscript feature.
diff --git a/src/version.c b/src/version.c index 2567cb5..e0d94fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1094, +/**/ 1093, /**/ 1092,