view src/msvc2010.bat @ 22822:0b4658e030cb v8.2.1959

patch 8.2.1959: crash when terminal buffer name is made empty Commit: https://github.com/vim/vim/commit/00806bceb6dc9c8dcd308e5f7e50f720f7dc71b0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 5 19:36:38 2020 +0100 patch 8.2.1959: crash when terminal buffer name is made empty Problem: Crash when terminal buffer name is made empty. (Dhiraj Mishra) Solution: Fall back to "[No Name]". (closes https://github.com/vim/vim/issues/7262)
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Nov 2020 19:45:04 +0100
parents 71e066e10a47
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2010 Express Edition
rem   aka Microsoft Visual Studio 10.0.
rem See INSTALLpc.txt for information.
@echo on

call "%VS100COMNTOOLS%vsvars32.bat"