view nsis/gvim_version.nsh @ 9133:dec3b7b977c0 v7.4.1850

commit https://github.com/vim/vim/commit/bf981eeb6b4ee63ae8543a7f9865ab700159a79c Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 28 13:20:31 2016 +0200 patch 7.4.1850 Problem: GUI freezes when using a job. (Shougo) Solution: Unregister the channel when there is an input error.
author Christian Brabandt <cb@256bit.org>
date Sat, 28 May 2016 13:30:05 +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