Patch 8.2.4434
Problem: Duplicate check for cmdline window.
Solution: Remove the second check. (Sean Dewar, closes #9816)
Files: src/window.c
*** ../vim-8.2.4433/src/window.c 2022-02-21 16:13:45.870874981 +0000
--- src/window.c 2022-02-21 17:55:08.777371052 +0000
***************
*** 4324,4330 ****
text_locked_msg();
return;
}
- CHECK_CMDWIN;
// If there is only one it can't work.
if (first_tabpage->tp_next == NULL)
--- 4324,4329 ----
*** ../vim-8.2.4433/src/version.c 2022-02-21 17:49:25.309820098 +0000
--- src/version.c 2022-02-21 17:56:18.445273114 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4434,
/**/
--
>From "know your smileys":
!-| I-am-a-Cylon-Centurian-with-one-red-eye-bouncing-back-and-forth
/// 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/20220221175703.28A3B1C0FEC%40moolenaar.net.