Mercurial > vim
view src/msvc2008.bat @ 12574:575d530df053 v8.0.1165
patch 8.0.1165: popup test is still flaky
commit https://github.com/vim/vim/commit/f52c38315669f85bbcf3bd74c590148bf588f6c6
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Sep 30 16:49:19 2017 +0200
patch 8.0.1165: popup test is still flaky
Problem: Popup test is still flaky.
Solution: Add a term_wait() call. (Ozaki Kiichi)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 30 Sep 2017 17:00:04 +0200 |
parents | 71e066e10a47 |
children |
line wrap: on
line source
@echo off rem To be used on MS-Windows for Visual C++ 2008 Express Edition rem aka Microsoft Visual Studio 9.0. rem See INSTALLpc.txt for information. @echo on call "%VS90COMNTOOLS%vsvars32.bat"