view nsis/gvim_version.nsh @ 23144:de5c000f14c4 v8.2.2118

patch 8.2.2118: dead code in the job support Commit: https://github.com/vim/vim/commit/f46bf5204c3c55d23921b501db21a906d526eb45 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 9 13:16:13 2020 +0100 patch 8.2.2118: dead code in the job support Problem: Dead code in the job support. (Dominique Pell?) Solution: Define USE_ARGV before checking for it.
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Dec 2020 13:30:04 +0100
parents af69c9335223
children f8116058ca76
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 2
!endif