view src/msvc2008.bat @ 25374:7124992f26ef v8.2.3224

patch 8.2.3224: cannot call script-local function after :vim9cmd Commit: https://github.com/vim/vim/commit/678b207fb111840fec1f0dc43910613ba106b90d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 26 21:10:11 2021 +0200 patch 8.2.3224: cannot call script-local function after :vim9cmd Problem: Cannot call script-local function after :vim9cmd. (Christian J. Robinson) Solution: Skip over "<SNR>123".
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Jul 2021 21:15:06 +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"