Mercurial > vim
view nsis/gvim_version.nsh @ 11902:35d7459251fd v8.0.0831
patch 8.0.0831: with 8 colors the bold attribute is not set properly
commit https://github.com/vim/vim/commit/12d853fae1fc37c33874b5cf1e40a2dfaf04268c
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 1 18:04:04 2017 +0200
patch 8.0.0831: with 8 colors the bold attribute is not set properly
Problem: With 8 colors the bold attribute is not set properly.
Solution: Move setting HL_TABLE() out of lookup_color. (closes https://github.com/vim/vim/issues/1901)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 01 Aug 2017 18:15:05 +0200 |
parents | 9f48eab77d62 |
children | 1174611ad715 |
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 0 !endif