view nsis/gvim_version.nsh @ 15052:35c2d164a630 v8.1.0537

patch 8.1.0537: ui_breakcheck() may be called recursively commit https://github.com/vim/vim/commit/48d23bb4de3dd37ba0d0b22e7c39d6b894cb1f75 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 20 02:42:43 2018 +0100 patch 8.1.0537: ui_breakcheck() may be called recursively Problem: ui_breakcheck() may be called recursively, which doesn't work. Solution: When called recursively, just return. (James McCoy, closes https://github.com/vim/vim/issues/3617)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Nov 2018 02:45:06 +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