Mercurial > vim
view nsis/gvim_version.nsh @ 26089:c544eacaf066 v8.2.3578
patch 8.2.3578: manipulating highlighting is complicated
Commit: https://github.com/vim/vim/commit/d1a8d658e1b16cf8579fc72cf7aa6a29a57ff5ef
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Wed Nov 3 21:56:45 2021 +0000
patch 8.2.3578: manipulating highlighting is complicated
Problem: Manipulating highlighting is complicated.
Solution: Add the hlget() and hlset() functions. (Yegappan Lakshmanan,
closes #9039)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 03 Nov 2021 23:00:08 +0100 |
parents | af69c9335223 |
children | f8116058ca76 |
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 2 !endif