view nsis/gvim_version.nsh @ 11289:e0309111d976 v8.0.0530

patch 8.0.0530: buffer overflow when 'columns' is very big commit https://github.com/vim/vim/commit/658a3a2caf5852d071b6b1be92d9d6614a6208dc Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 31 22:27:12 2017 +0200 patch 8.0.0530: buffer overflow when 'columns' is very big Problem: Buffer overflow when 'columns' is very big. (Nikolai Pavlov) Solution: Correctly compute where to truncate. Fix translation. (closes #1600)
author Christian Brabandt <cb@256bit.org>
date Fri, 31 Mar 2017 22:30: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