view nsis/gvim_version.nsh @ 17748:6ffe295f7492 v8.1.1871

patch 8.1.1871: modeless selection in GUI still not correct commit https://github.com/vim/vim/commit/ff9f27cdc7be6023f833b9d63189894839df9655 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 17 16:15:53 2019 +0200 patch 8.1.1871: modeless selection in GUI still not correct Problem: Modeless selection in GUI still not correct. Solution: Fix max_col.
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 16:30:02 +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