Mercurial > vim
view src/msvc2015.bat @ 33109:2b5cc29b0a0e v9.0.1838
patch 9.0.1838: Vim9: Cannot modify class member vars from def function
Commit: https://github.com/vim/vim/commit/3775f777a6add2a8d5060b40414e9c53062c8cd9
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Fri Sep 1 22:05:45 2023 +0200
patch 9.0.1838: Vim9: Cannot modify class member vars from def function
Problem: Vim9: Cannot modify class member vars from def function
Solution: Add support for modifying class member variables from a def
function
closes: #12995
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 01 Sep 2023 22:15:04 +0200 |
parents | fe97616d43d2 |
children |
line wrap: on
line source
@echo off rem To be used on MS-Windows for Visual C++ 2015 (either Express or Community) rem See INSTALLpc.txt for information. rem rem Usage: rem For x86 builds run this without options: rem msvc2015 rem For x64 builds run this with "x86_amd64" option: rem msvc2015 x86_amd64 rem This works on any editions including Express edition. rem If you use Community (or Professional) edition, you can also use "x64" rem option: rem msvc2015 x64 call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" %*