summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-10-07 20:03:23 +0200
committerBram Moolenaar <Bram@vim.org>2017-10-07 20:03:23 +0200
commit631820536e4084e01bf990f9314ec385b60b21d7 (patch)
tree3876a54cd74c3db491638cad387a43fbd857d2e7 /src/version.c
parent73f4439ca690d8224df8f88dc71a43fafdcc89bf (diff)
patch 8.0.1179: Test_popup_and_window_resize() does not always passv8.0.1179
Problem: Test_popup_and_window_resize() does not always pass. Solution: Do not use $VIMPROG, pass the Vim executable in the vimcmd file. (Ozaki Kiichi, closes #2186)
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 95b4b30838..b021a25876 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1179,
+/**/
1178,
/**/
1177,