view nsis/gvim_version.nsh @ 26564:7f90bde42bcc v8.2.3811

patch 8.2.3811: the opfunc error test fails on a slow machine Commit: https://github.com/vim/vim/commit/7c0fb800302c3bdd2dfa5ba10d0caa806e9500f6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 14 20:26:53 2021 +0000 patch 8.2.3811: the opfunc error test fails on a slow machine Problem: The opfunc error test fails on a slow machine. Solution: Use WaitForAssert().
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Dec 2021 21: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