Mercurial > vim
view src/msvc2010.bat @ 21622:1f2066e3975a v8.2.1361
patch 8.2.1361: error for white space after expression in assignment
Commit: https://github.com/vim/vim/commit/6a25026262e2cdbbd8738361c5bd6ebef8862d87
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 4 15:53:01 2020 +0200
patch 8.2.1361: error for white space after expression in assignment
Problem: Error for white space after expression in assignment.
Solution: Skip over white space. (closes https://github.com/vim/vim/issues/6617)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 04 Aug 2020 16:00:04 +0200 |
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"