view nsis/gvim_version.nsh @ 16882:473e76401434 v8.1.1442

patch 8.1.1442: popup windows not considered when the Vim window is resized commit https://github.com/vim/vim/commit/8caaf82569a6bfec2b575997b3a84e5623eff12d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 1 18:11:22 2019 +0200 patch 8.1.1442: popup windows not considered when the Vim window is resized Problem: Popup windows not considered when the Vim window is resized. (Ben Jackson) Solution: Reallocate the w_lines structure. (closes #4467)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jun 2019 18:15:04 +0200
parents 1174611ad715
children af69c9335223
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 1
!endif