view nsis/gvim_version.nsh @ 31934:929a9427862c v9.0.1299

patch 9.0.1299: change for triggering incsearch not sufficiently tested Commit: https://github.com/vim/vim/commit/412e0e4ed903682f352d8ea58ded480930cc664f Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Feb 11 10:34:07 2023 +0000 patch 9.0.1299: change for triggering incsearch not sufficiently tested Problem: Change for triggering incsearch not sufficiently tested. Solution: Add a test case. Simplify the code. (closes https://github.com/vim/vim/issues/11971)
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Feb 2023 11:45: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