view nsis/gvim_version.nsh @ 23013:a0a998d2e443 v8.2.2053

patch 8.2.2053: Vim9: lamba doesn't accept argument types Commit: https://github.com/vim/vim/commit/c2ca935d26b3fc64a13d4e7d0583fc787efe61d0 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 25 21:30:11 2020 +0100 patch 8.2.2053: Vim9: lamba doesn't accept argument types Problem: Vim9: lamba doesn't accept argument types. Solution: Optionally accept argument types at the script level.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Nov 2020 21:45:04 +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