view nsis/gvim_version.nsh @ 17532:24d7a7d27471 v8.1.1764

patch 8.1.1764: ":browse oldfiles" is not tested commit https://github.com/vim/vim/commit/5328cb8986d2620f45b41acf28778f8ce2f8cac1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 27 23:27:51 2019 +0200 patch 8.1.1764: ":browse oldfiles" is not tested Problem: ":browse oldfiles" is not tested. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Jul 2019 23:30: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