mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
patch 8.2.4434: duplicate check for cmdline window
Problem: Duplicate check for cmdline window. Solution: Remove the second check. (Sean Dewar, closes #9816)
This commit is contained in:
parent
83e36c8606
commit
16b51d26fe
@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4434,
|
||||
/**/
|
||||
4433,
|
||||
/**/
|
||||
|
@ -4324,7 +4324,6 @@ goto_tabpage(int n)
|
||||
text_locked_msg();
|
||||
return;
|
||||
}
|
||||
CHECK_CMDWIN;
|
||||
|
||||
// If there is only one it can't work.
|
||||
if (first_tabpage->tp_next == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user