Mercurial > vim
view src/msys32.bat @ 18321:2ffe3309958c v8.1.2155
patch 8.1.2155: in a terminal window 'cursorlineopt' does not work properly
Commit: https://github.com/vim/vim/commit/a3817730c0a38ed6371b38b6db2e08547ecc674d
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Oct 16 16:31:44 2019 +0200
patch 8.1.2155: in a terminal window 'cursorlineopt' does not work properly
Problem: In a terminal window 'cursorlineopt' does not work properly.
Solution: Check the 'cursorlineopt' value. (closes https://github.com/vim/vim/issues/5055)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 16 Oct 2019 16:45:03 +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%