view nsis/gvim_version.nsh @ 31239:7802100bdfd3 v9.0.0953

patch 9.0.0953: part of making search more efficient is missing Commit: https://github.com/vim/vim/commit/837ca8f43b9d6b8574a2bfdae219b17c84411730 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 26 18:59:19 2022 +0000 patch 9.0.0953: part of making search more efficient is missing Problem: Part of making search more efficient is missing. Solution: Add the change in searchit().
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Nov 2022 20:00:03 +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