summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-31 21:35:45 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-31 21:35:45 +0200
commit9e8dcf9d6fa15523800005a32d40cf0382178ab0 (patch)
tree6e5e9f22efaf70138f176affbb855cf151169b27 /src/version.c
parentda73253a0b908bad03ddcd625fe3fb32008efbf6 (diff)
downloadvim-9e8dcf9d6fa15523800005a32d40cf0382178ab0.zip
patch 8.0.1030: MS-Windows: wrong size computation in is_cygpty()
Problem: MS-Windows: wrong size computation in is_cygpty(). Solution: Compute the size properly. (Ken Takata)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index fbf175efd..d5257a757 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1030,
+/**/
1029,
/**/
1028,