Mercurial > vim
view nsis/gvim_version.nsh @ 18494:04a40c1514c4 v8.1.2241
patch 8.1.2241: match highlight does not combine with 'wincolor'
Commit: https://github.com/vim/vim/commit/024dbd229fa7991b7bf7ef4d0888b43ab03783f7
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 2 22:00:15 2019 +0100
patch 8.1.2241: match highlight does not combine with 'wincolor'
Problem: Match highlight does not combine with 'wincolor'.
Solution: Apply 'wincolor' last on top of any other attribute. (closes https://github.com/vim/vim/issues/5159)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 02 Nov 2019 22:15:05 +0100 |
parents | 1174611ad715 |
children | af69c9335223 |
line wrap: on
line source
# Generated from Makefile: define the version numbers !ifndef __GVIM_VER__NSH__ !define __GVIM_VER__NSH__ !define VER_MAJOR 8 !define VER_MINOR 1 !endif