view nsis/gvim_version.nsh @ 26298:bb58c4530851 v8.2.3680

patch 8.2.3680: repeated code in xxd Commit: https://github.com/vim/vim/commit/d1d8a595bd03bf9ff6ba1440101daa98b19249fd Author: DungSaga <dungsaga@users.noreply.github.com> Date: Fri Nov 26 13:59:27 2021 +0000 patch 8.2.3680: repeated code in xxd Problem: Repeated code in xxd. Solution: Change exit_on_ferror() to getc_or_die(). (closes https://github.com/vim/vim/issues/9226)
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Nov 2021 15:00:05 +0100
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