view nsis/gvim_version.nsh @ 26700:c9a83dc9081b v8.2.3879

patch 8.2.3879: getreg() and getregtype() contain dead code Commit: https://github.com/vim/vim/commit/51e64b2789eb7e60f7c5892a43426ab4ec1a54aa Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 24 10:48:30 2021 +0000 patch 8.2.3879: getreg() and getregtype() contain dead code Problem: getreg() and getregtype() contain dead code. Solution: Remove the needless check. (closes https://github.com/vim/vim/issues/9392) Also refactor to put common code in a shared function.
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Dec 2021 12:00: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