view nsis/gvim_version.nsh @ 16312:46e8430738fa v8.1.1161

patch 8.1.1161: unreachable code commit https://github.com/vim/vim/commit/1d79ce81e7be20405f0fa9687b37c86a2215e326 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 12 22:27:39 2019 +0200 patch 8.1.1161: unreachable code Problem: Unreachable code. Solution: Remove condition that will never be true. Add tests for all ANSI colors.
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Apr 2019 22:30:08 +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