Mercurial > vim
view src/msvc2015.bat @ 34620:abc7a647c83b v9.1.0199
patch 9.1.0199: Not enough tests for the slice() function
Commit: https://github.com/vim/vim/commit/ad38769030b5fa86aa0e8f1f0b4266690dfad4c9
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sat Mar 23 08:23:48 2024 +0100
patch 9.1.0199: Not enough tests for the slice() function
Problem: Not enough tests for the slice() function.
Solution: Test with multibyte chars, and in both Legacy and Vim9 script.
Update docs to be clearer about how it treats composing chars.
(zeertzjq)
closes: #14275
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 23 Mar 2024 08:30:06 +0100 |
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" %*