Mercurial > vim
view src/msys32.bat @ 28865:a04815de0bd3 v8.2.4955
patch 8.2.4955: text property in wrong position after auto-indent
Commit: https://github.com/vim/vim/commit/788c06a2492b546dd0824b119251cd8ea7da9cb5
Author: LemonBoy <thatlemon@gmail.com>
Date: Sat May 14 18:48:05 2022 +0100
patch 8.2.4955: text property in wrong position after auto-indent
Problem: Text property in wrong position after auto-indent.
Solution: Adjust text property columns. (closes https://github.com/vim/vim/issues/10422, closes https://github.com/vim/vim/issues/7719)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 14 May 2022 20:00:05 +0200 |
parents | 78449866e9a9 |
children |
line wrap: on
line source
@echo off rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler. rem Adjust the "c:\msys64" part to match your installation. @echo on set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH%