Patch 8.2.4461
Problem: MS-Windows: garbage characters on stdout with VIMDLL.
Solution: Don't call gui_focus_change() when about to quit. (Ken Takata,
closes #9840)
Files: src/gui_w32.c
*** ../vim-8.2.4460/src/gui_w32.c 2022-02-03 14:32:30.046051998 +0000
--- src/gui_w32.c 2022-02-24 11:35:15.163845700 +0000
***************
*** 2899,2904 ****
--- 2899,2906 ----
HWND hwnd,
HWND hwndNewFocus)
{
+ if (destroying)
+ return;
gui_focus_change(FALSE);
s_getting_focus = FALSE;
(void)DefWindowProcW(hwnd, WM_KILLFOCUS, (WPARAM)hwndNewFocus, 0);
*** ../vim-8.2.4460/src/version.c 2022-02-23 22:11:58.778087741 +0000
--- src/version.c 2022-02-24 11:36:46.368255761 +0000
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 4461,
/**/
--
I AM THANKFUL...
...for all the complaining I hear about the government
because it means we have freedom of speech.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220224114031.6C8531C1751%40moolenaar.net.