view src/msvc2008.bat @ 11878:a83b19a8d7e4 v8.0.0819

patch 8.0.0819: cursor not positioned in terminal window commit https://github.com/vim/vim/commit/0e23e9c5e74dbf0e5eec710c41c9eaed35794682 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 30 18:47:19 2017 +0200 patch 8.0.0819: cursor not positioned in terminal window Problem: After changing current window the cursor position in the terminal window is not updated. Solution: Set w_wrow, w_wcol and w_valid.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Jul 2017 19: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"