view nsis/gvim_version.nsh @ 14891:66176f8735aa v8.1.0457

patch 8.1.0457: win32 console: key mappings don't work commit https://github.com/vim/vim/commit/0cc7b2d6ccc79d6ce69f5405f9914a42cb4f615e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 7 15:49:56 2018 +0200 patch 8.1.0457: win32 console: key mappings don't work Problem: Win32 console: key mappings don't work. Solution: Use another solution for the keypad keys that doesn't break mappings. Some values will be negative. (Mike Williams)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Oct 2018 16:00:06 +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