view nsis/gvim_version.nsh @ 24073:c424821dc031 v8.2.2578

patch 8.2.2578: Lua cannot handle a passed in lambda Commit: https://github.com/vim/vim/commit/86c3a2162c2e78b4f0b87b47779cc1452990ee1b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 8 19:50:24 2021 +0100 patch 8.2.2578: Lua cannot handle a passed in lambda Problem: Lua cannot handle a passed in lambda. Solution: Handle VAR_PARTIAL. (Prabir Shrestha, closes https://github.com/vim/vim/issues/7937, closes https://github.com/vim/vim/issues/7936)
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Mar 2021 20:00:03 +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