view nsis/gvim_version.nsh @ 23867:6d5df74b995d v8.2.2475

patch 8.2.2475: autocommand tests hangs on MS-Windows Commit: https://github.com/vim/vim/commit/dfc3db76b9de217542cc9258301c1b4818a51cd0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 6 19:28:48 2021 +0100 patch 8.2.2475: autocommand tests hangs on MS-Windows Problem: Autocommand tests hangs on MS-Windows. Solution: Skip one test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Feb 2021 19:30:05 +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