view nsis/gvim_version.nsh @ 12021:a7457aed7e80 v8.0.0891

patch 8.0.0891: uninitialized memory use with empty line in terminal commit https://github.com/vim/vim/commit/7fadbf83256bb823b994a52758127594dd82ab39 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 7 22:08:05 2017 +0200 patch 8.0.0891: uninitialized memory use with empty line in terminal Problem: Uninitialized memory use with empty line in terminal. Solution: Initialize growarray earlier. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/1949)
author Christian Brabandt <cb@256bit.org>
date Mon, 07 Aug 2017 22:15:04 +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