diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-10-07 20:03:23 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-10-07 20:03:23 +0200 |
commit | 631820536e4084e01bf990f9314ec385b60b21d7 (patch) | |
tree | 3876a54cd74c3db491638cad387a43fbd857d2e7 /.gitignore | |
parent | 73f4439ca690d8224df8f88dc71a43fafdcc89bf (diff) | |
download | vim-git-631820536e4084e01bf990f9314ec385b60b21d7.tar.gz |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 07adcb61a..f31e233bb 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ src/pathdef.c src/Obj*/pathdef.c gvimext.dll gvimext.lib +gvim.lib runtime/doc/uganda.nsis.txt # Borland C++ |