view nsis/gvim_version.nsh @ 14497:a7b2dc5f1306 v8.1.0262

patch 8.1.0262: not enough testing for getftype() commit https://github.com/vim/vim/commit/1598f9937a18c056d7b713dc254325c8f8456c8f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 9 22:08:57 2018 +0200 patch 8.1.0262: not enough testing for getftype() Problem: Not enough testing for getftype(). Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/3300)
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Aug 2018 22:15:04 +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