view nsis/gvim_version.nsh @ 18346:5b12fd0c39c3 v8.1.2167

patch 8.1.2167: mapping test fails on MS-Windows Commit: https://github.com/vim/vim/commit/2559a47823a6a7827631f2e6a0176d7afce2721c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 23:33:12 2019 +0200 patch 8.1.2167: mapping test fails on MS-Windows Problem: Mapping test fails on MS-Windows. Solution: Remove all the existing Insert-mode mappings.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 23:45:03 +0200
parents 1174611ad715
children af69c9335223
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 1
!endif