view nsis/gvim_version.nsh @ 23243:0804cb073097 v8.2.2167

patch 8.2.2167: Vim9: assign test fails Commit: https://github.com/vim/vim/commit/d88dc4d4e950d937b44c523b9965d485f3fae4be Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 20 14:49:42 2020 +0100 patch 8.2.2167: Vim9: assign test fails Problem: Vim9: assign test fails. (Elimar Riesebieter) Solution: Adjust the test for dict assignment.
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Dec 2020 15:00: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