view nsis/gvim_version.nsh @ 18556:ed9690c0f27c v8.1.2272

patch 8.1.2272: test may hang at more prompt Commit: https://github.com/vim/vim/commit/34059e7b67ae8a58dc2471b309afe05d9dde760f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 8 23:00:25 2019 +0100 patch 8.1.2272: test may hang at more prompt Problem: Test may hang at more prompt. Solution: Reset 'more' after resetting 'compatible'. (Michael Soyka)
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Nov 2019 23:15:03 +0100
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