view nsis/gvim_version.nsh @ 22537:9870e8b6ed78 v8.2.1817

patch 8.2.1817: Vim9: wrong instruction when reusing a local variable spot Commit: https://github.com/vim/vim/commit/e8211a33dcb0ac6e29aad6699160fdc2e5fa2024 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 9 22:04:29 2020 +0200 patch 8.2.1817: Vim9: wrong instruction when reusing a local variable spot Problem: Vim9: wrong instruction when reusing a local variable spot. Solution: Clear a newly allocated local variable. (closes https://github.com/vim/vim/issues/7080)
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Oct 2020 22: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