comparison src/version.c @ 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 e391590249a1
children 1ef87506a3a6
comparison
equal deleted inserted replaced
29197:d2d4cfebc668 29198:2e6c9df8bea1
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 5118,
737 /**/ 739 /**/
738 5117, 740 5117,
739 /**/ 741 /**/
740 5116, 742 5116,
741 /**/ 743 /**/