view src/msvc2008.bat @ 22610:08e2363fd0de v8.2.1853

patch 8.2.1853: "to_f" is recognized at "topleft" modifier Commit: https://github.com/vim/vim/commit/7a66a17190f2f64688a697ea29d58388612122ce Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 16 19:56:12 2020 +0200 patch 8.2.1853: "to_f" is recognized at "topleft" modifier Problem: "to_f" is recognized at "topleft" modifier. Solution: Do not recognize modifer when "_" follows. (closes https://github.com/vim/vim/issues/7019)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Oct 2020 20: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"