view nsis/gvim_version.nsh @ 28413:1170b35651a5 v8.2.4731

patch 8.2.4731: the changelist index is not remembered per buffer Commit: https://github.com/vim/vim/commit/db0ea7f2b00c84d84f188c9e9953c4f1887528e7 Author: LemonBoy <thatlemon@gmail.com> Date: Sun Apr 10 17:59:26 2022 +0100 patch 8.2.4731: the changelist index is not remembered per buffer Problem: The changelist index is not remembered per buffer. Solution: Keep the changelist index per window and buffer. (closes https://github.com/vim/vim/issues/10135, closes #2173)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Apr 2022 19: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