view src/msvc2008.bat @ 18128:aeabc666a119 v8.1.2059

patch 8.1.2059: fix for "x" deleting a fold has side effects Commit: https://github.com/vim/vim/commit/56ebbabea1d8409ba67127b9674f6c714739c8e0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 20 13:40:14 2019 +0200 patch 8.1.2059: fix for "x" deleting a fold has side effects Problem: Fix for "x" deleting a fold has side effects. Solution: Fix it where the fold is included.
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Sep 2019 13:45: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"