view nsis/gvim_version.nsh @ 21679:b5ce3d0e0f74 v8.2.1389

patch 8.2.1389: file missing from the distribution Commit: https://github.com/vim/vim/commit/74d95b5b58a36697975c48192e84be808b2512a8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 7 20:47:39 2020 +0200 patch 8.2.1389: file missing from the distribution Problem: File missing from the distribution. Solution: Add script_util.vim to the list of distributes files.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Aug 2020 21:00:04 +0200
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