Mercurial > vim
view src/msys64.bat @ 16706:77bcb5055fec v8.1.1355
patch 8.1.1355: obvious mistakes are accepted as valid expressions
commit https://github.com/vim/vim/commit/16e9b85113e0b354ece1cb4f5fcc7866850f3685
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 19 19:59:35 2019 +0200
patch 8.1.1355: obvious mistakes are accepted as valid expressions
Problem: Obvious mistakes are accepted as valid expressions.
Solution: Be more strict about parsing numbers. (Yasuhiro Matsumoto,
closes #3981)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 19 May 2019 20:00:09 +0200 |
parents | 78449866e9a9 |
children |
line wrap: on
line source
@echo off rem To be used on MS-Windows for Msys2 with the 64 bit MinGW compiler. rem Adjust the "c:\msys64" part to match your installation. @echo on set PATH=c:\msys64\mingw64\bin;c:\msys64\usr\bin;%PATH%