view nsis/gvim_version.nsh @ 29067:87c00c420d27 v8.2.5055

patch 8.2.5055: statusline is not updated when terminal title changes Commit: https://github.com/vim/vim/commit/327e6dd82235d70f6d5aa33ac8281e7fd79b7381 Author: LemonBoy <thatlemon@gmail.com> Date: Sat Jun 4 19:57:59 2022 +0100 patch 8.2.5055: statusline is not updated when terminal title changes Problem: Statusline is not updated when terminal title changes. Solution: Redraw the status line when the title changes. (issue https://github.com/vim/vim/issues/10425)
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Jun 2022 21:00: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