view nsis/gvim_version.nsh @ 24691:18545ce744c4 v8.2.2884

patch 8.2.2884: not enough cscope code is covered by tests Commit: https://github.com/vim/vim/commit/1e469c72ee2914fcffbcd49258036acdabd6f500 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Mon May 24 19:37:26 2021 +0200 patch 8.2.2884: not enough cscope code is covered by tests Problem: Not enough cscope code is covered by tests. Solution: Add a few test cases. (Dominique Pell?, closes https://github.com/vim/vim/issues/8246)
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 May 2021 19:45: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