view nsis/gvim_version.nsh @ 13919:bfca3dbdbf9e v8.0.1830

patch 8.0.1830: switching to Terminal-Normal mode does not redraw commit https://github.com/vim/vim/commit/05c4a471d235987b914a9cc3ca44b98c46abd157 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 13 15:15:43 2018 +0200 patch 8.0.1830: switching to Terminal-Normal mode does not redraw Problem: Switching to Terminal-Normal mode does not redraw. (Dominique Pelle) Solution: Also redraw when not updating the snapshot. (closes #2904)
author Christian Brabandt <cb@256bit.org>
date Sun, 13 May 2018 15:30:06 +0200
parents 9f48eab77d62
children 1174611ad715
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 0
!endif