view nsis/gvim_version.nsh @ 19977:545bdbc36f29 v8.2.0544

patch 8.2.0544: memory leak in search test Commit: https://github.com/vim/vim/commit/880e4d9117ea990e66d867aefad0f73ba89bda82 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 11 21:31:28 2020 +0200 patch 8.2.0544: memory leak in search test Problem: Memory leak in search test. Solution: Free msgbuf. (Dominique Pelle, closes https://github.com/vim/vim/issues/5912)
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Apr 2020 21:45: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