view nsis/gvim_version.nsh @ 16584:29a0a549c790 v8.1.1295

patch 8.1.1295: when vimrun.exe does not exist external command may fail commit https://github.com/vim/vim/commit/98ffe4c6d8bded840436cfec0f26dd9c9bce4939 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 7 23:01:39 2019 +0200 patch 8.1.1295: when vimrun.exe does not exist external command may fail Problem: When vimrun.exe does not exist external command may fail. Solution: Use "cmd /c" twice to get the same behavior. (Ken Takata, closes #4355)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 May 2019 23:15:05 +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