view nsis/gvim_version.nsh @ 34688:6acb4cba5a14 v9.1.0225

patch 9.1.0225: test_matchparen not run in CI Commit: https://github.com/vim/vim/commit/059aeac2be1a0d30ff80751215794457c1ef1589 Author: Christian Brabandt <cb@256bit.org> Date: Thu Mar 28 17:10:44 2024 +0100 patch 9.1.0225: test_matchparen not run in CI Problem: test_matchparen not run in CI Solution: add test_matchparen.res to NEW_TESTS_RES in Makefile, update changed highlighting dump from v9.1.61 closes: #14322 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 17:15:02 +0100
parents 4635e43f2c6f
children
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 9
!define VER_MINOR 1
!endif