view nsis/gvim_version.nsh @ 28160:859b037faea8 v8.2.4604

patch 8.2.4604: error for redefining a script item may be confusing Commit: https://github.com/vim/vim/commit/6d877fe0181bdaf382bfc87898e1ddf6e3c78e66 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 21 19:47:31 2022 +0000 patch 8.2.4604: error for redefining a script item may be confusing Problem: Error for redefining a script item may be confusing. Solution: Put quotes around the name.
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Mar 2022 21:00:06 +0100
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