view nsis/gvim_version.nsh @ 28708:094a70434f90 v8.2.4878

patch 8.2.4878: valgrind warning for using uninitialized variable Commit: https://github.com/vim/vim/commit/dd7eff0a755c40eb88b494b98ac1a24f858ba880 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 6 11:02:05 2022 +0100 patch 8.2.4878: valgrind warning for using uninitialized variable Problem: Valgrind warning for using uninitialized variable. Solution: Initialize the type of newtv.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 12: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