view nsis/gvim_version.nsh @ 9081:b2b915c1d311 v7.4.1825

commit https://github.com/vim/vim/commit/5d96e3ae534ade8ed09a5de9ff8fd7519537ec28 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 8 21:47:01 2016 +0200 patch 7.4.1825 Problem: When job writes to buffer nothing is written. (Nicola) Solution: Do not discard a channel before writing is done.
author Christian Brabandt <cb@256bit.org>
date Sun, 08 May 2016 22:00:06 +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