Patch 8.2.4434

8 views
Skip to first unread message

Bram Moolenaar

unread,
Feb 21, 2022, 12:57:08 PM2/21/22
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages