commit | 631820536e4084e01bf990f9314ec385b60b21d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 07 20:03:23 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 07 20:03:23 2017 +0200 |
tree | 3876a54cd74c3db491638cad387a43fbd857d2e7 | |
parent | 73f4439ca690d8224df8f88dc71a43fafdcc89bf [diff] [blame] |
patch 8.0.1179: Test_popup_and_window_resize() does not always pass 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)
diff --git a/src/version.c b/src/version.c index 95b4b30..b021a25 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1179, +/**/ 1178, /**/ 1177,