view nsis/gvim_version.nsh @ 25729:0f93e9423890 v8.2.3400

patch 8.2.3400: ":z!" is not supported Commit: https://github.com/vim/vim/commit/7f2dd1e90c1d4a30c791fae20014594641769a1e Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat Sep 4 13:44:01 2021 +0200 patch 8.2.3400: ":z!" is not supported Problem: ":z!" is not supported. Solution: Make ":z!" work and add tests. (Dominique Pell?, closes https://github.com/vim/vim/issues/8836) Use display height instead of current window height.
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Sep 2021 13:45:03 +0200
parents af69c9335223
children f8116058ca76
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 2
!endif