view nsis/gvim_version.nsh @ 24029:429b4f8d2fac v8.2.2556

patch 8.2.2556: Vim9: :import with "as" not fully supported Commit: https://github.com/vim/vim/commit/0a84284e603e39c1288d71f8f96f66eb7eb1ca61 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 22:41:19 2021 +0100 patch 8.2.2556: Vim9: :import with "as" not fully supported Problem: Vim9: :import with "as" not fully supported. Solution: Implement "as" for more cases.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Feb 2021 22:45:05 +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