view nsis/gvim_version.nsh @ 12423:8e4ea67eca0b v8.0.1091

patch 8.0.1091: test for <cexpr> fails without +balloon_eval feature commit https://github.com/vim/vim/commit/95c83c64be8d4af74bfda1f283a5bcf3f110719e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 10 18:44:29 2017 +0200 patch 8.0.1091: test for <cexpr> fails without +balloon_eval feature Problem: Test for <cexpr> fails without +balloon_eval feature. Solution: Remove #ifdefs.
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Sep 2017 18:45:04 +0200
parents 9f48eab77d62
children 1174611ad715
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 0
!endif