view nsis/gvim_version.nsh @ 28295:8f92524d4556 v8.2.4673

patch 8.2.4673: redrawing a split window is slow when using CTRL-F and CTRL-B Commit: https://github.com/vim/vim/commit/8ef6997e2d90808dec033373c96dda68843af12e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 3 13:23:22 2022 +0100 patch 8.2.4673: redrawing a split window is slow when using CTRL-F and CTRL-B Problem: Redrawing a vertically split window is slow when using CTRL-F and CTRL-B. Solution: When deciding on USE_REDRAW bail out if scrolling more than three lines. (issue #8002)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Apr 2022 14:30:07 +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