view nsis/gvim_version.nsh @ 29198:2e6c9df8bea1 v8.2.5118

patch 8.2.5118: MS-Windows: sending a message to another Vim may hang Commit: https://github.com/vim/vim/commit/f9f2a330b961fe1623d428b61afdc52f0af0a666 Author: K.Takata <kentkt@csc.jp> Date: Fri Jun 17 20:05:40 2022 +0100 patch 8.2.5118: MS-Windows: sending a message to another Vim may hang Problem: MS-Windows: sending a message to another Vim may hang if that Vim is halted. Solution: Add a timeout to serverSendToVim(). (Ken Takata, closes #10585)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jun 2022 21:15:03 +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