view nsis/gvim_version.nsh @ 29570:bc47aeacc8d8 v9.0.0126

patch 9.0.0126: expanding file names fails in dir with more than 255 entries Commit: https://github.com/vim/vim/commit/95fca12b0e8a351ce4416417323db24c63eb940a Author: John Drouhard <john@drouhard.dev> Date: Mon Aug 1 11:38:17 2022 +0100 patch 9.0.0126: expanding file names fails in dir with more than 255 entries Problem: Expanding file names fails in directory with more than 255 entries. Solution: Use an int instead of char_u to count. (John Drouhard, closes #10818)
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Aug 2022 12:45:03 +0200
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