view nsis/gvim_version.nsh @ 31869:f5bbf51d65f7 v9.0.1267

patch 9.0.1267: the did_set_string_option function is too long Commit: https://github.com/vim/vim/commit/d6e4c75af2d6435794f1a9259141d6d7c1923b4c Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Tue Jan 31 13:25:58 2023 +0000 patch 9.0.1267: the did_set_string_option function is too long Problem: The did_set_string_option function is too long. Solution: Further cleanup of handling string options. (Yegappan Lakshmanan, Lewis Russell, closes #11920)
author Bram Moolenaar <Bram@vim.org>
date Tue, 31 Jan 2023 14:30:04 +0100
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