Mercurial > vim
view nsis/gvim_version.nsh @ 15345:1aeef539f910 v8.1.0680
patch 8.1.0680: not easy to see what features are unavailable
commit https://github.com/vim/vim/commit/c85ffc9daba6f66d5958ae80249d26f7f81bfced
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jan 2 17:26:35 2019 +0100
patch 8.1.0680: not easy to see what features are unavailable
Problem: Not easy to see what features are unavailable.
Solution: Highlight disabled features in the :version output. (Nazri Ramliy,
closes #3756)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 02 Jan 2019 17:30:06 +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