view nsis/gvim_version.nsh @ 17522:e17cbc3e545d v8.1.1759

patch 8.1.1759: no mode char for terminal mapping from maparg() commit https://github.com/vim/vim/commit/14371ed69778107654e39268d0d90982e53ad6e0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 27 21:05:21 2019 +0200 patch 8.1.1759: no mode char for terminal mapping from maparg() Problem: No mode char for terminal mapping from maparg(). Solution: Check for TERMINAL mode. (closes https://github.com/vim/vim/issues/4735)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Jul 2019 21:15:05 +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