view nsis/gvim_version.nsh @ 14196:fd31f5ad4152 v8.1.0115

patch 8.1.0115: the matchparen plugin may throw an error commit https://github.com/vim/vim/commit/b7a5ab112ab2267c54acdb6a326642afcd797bc4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 25 00:05:59 2018 +0200 patch 8.1.0115: the matchparen plugin may throw an error Problem: The matchparen plugin may throw an error. Solution: Change the skip argument from zero to "0".
author Christian Brabandt <cb@256bit.org>
date Mon, 25 Jun 2018 00:15: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