view nsis/gvim_version.nsh @ 28576:3a16a350614f v8.2.4812

patch 8.2.4812: unused struct item Commit: https://github.com/vim/vim/commit/8279cfe49961b3711c84c66a9954c9f70e9b78c8 Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Apr 23 12:05:51 2022 +0100 patch 8.2.4812: unused struct item Problem: Unused struct item. Solution: Remove "lines" match_T. Simplify the code. (closes https://github.com/vim/vim/issues/10256)
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Apr 2022 13:15:03 +0200
parents af69c9335223
children f8116058ca76
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 8
!define VER_MINOR 2
!endif