view nsis/gvim_version.nsh @ 8985:42eb58c9da92 v7.4.1778

commit https://github.com/vim/vim/commit/b2fa54a84078e2b8dc3c7c7bfbccf6b75c0788d0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 22 21:11:09 2016 +0200 patch 7.4.1778 Problem: When using the term truecolor feature, the t_8f and t_8b termcap options are not set by default. Solution: Move the values to before BT_EXTRA_KEYS. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Fri, 22 Apr 2016 21:15:04 +0200
parents 357b7bd8d612
children 9f48eab77d62
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 7
!define VER_MINOR 4
!endif