view nsis/gvim_version.nsh @ 31459:09fe45711621 v9.0.1062

patch 9.0.1062: some test function names do not match what they are doing Commit: https://github.com/vim/vim/commit/4cd45f1408321905019614b40a2173fe0456a96d Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Dec 15 13:48:30 2022 +0000 patch 9.0.1062: some test function names do not match what they are doing Problem: Some test function names do not match what they are doing. Solution: Leave out user data for the test that is called "NoUserData". (closes #11703)
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Dec 2022 15:00:04 +0100
parents f8116058ca76
children 4635e43f2c6f
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 0
!endif