view nsis/gvim_version.nsh @ 22578:381bd66762ea v8.2.1837

patch 8.2.1837: using "gn" after "gN" does not work Commit: https://github.com/vim/vim/commit/c07b7f701fb30d26112051e4ec737c7e3db72357 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 11 20:44:15 2020 +0200 patch 8.2.1837: using "gn" after "gN" does not work Problem: Using "gn" after "gN" does not work. Solution: Extend the other end of the Visual area. (closes https://github.com/vim/vim/issues/7109)
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Oct 2020 20:45:03 +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