view nsis/gvim_version.nsh @ 30733:5bea8e583d28 v9.0.0701

patch 9.0.0701: with 'smoothscroll' cursor position not adjusted in long line Commit: https://github.com/vim/vim/commit/8cf3459878198c5bb4a96f3c63214b2beccce341 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 8 21:13:40 2022 +0100 patch 9.0.0701: with 'smoothscroll' cursor position not adjusted in long line Problem: With 'smoothscroll' the cursor position s not adjusted in a long line. Solution: Move the cursor further up or down in the line.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Oct 2022 22:15:03 +0200
parents f8116058ca76
children 4635e43f2c6f
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 9
!define VER_MINOR 0
!endif