view nsis/gvim_version.nsh @ 26159:34606aec52b3 v8.2.3611

patch 8.2.3611: crash when using CTRL-W f without finding a file name Commit: https://github.com/vim/vim/commit/615ddd5342b50a6878a907062aa471740bd9a847 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 17 18:00:31 2021 +0000 patch 8.2.3611: crash when using CTRL-W f without finding a file name Problem: Crash when using CTRL-W f without finding a file name. Solution: Bail out when the file name length is zero.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Nov 2021 19:15:03 +0100
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