view nsis/gvim_version.nsh @ 30628:2d7905da4e82 v9.0.0649

patch 9.0.0649: no indication the first line is broken for 'smoothscroll' Commit: https://github.com/vim/vim/commit/406b5d89e18742ac6e6256ffc72fb70a27f0148b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 3 16:44:12 2022 +0100 patch 9.0.0649: no indication the first line is broken for 'smoothscroll' Problem: No indication when the first line is broken for 'smoothscroll'. Solution: Show "<<<" in the first line.
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Oct 2022 17:45: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