mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.1807: can use :help in a terminal popup window
Problem: Can use :help in a terminal popup window. Solution: Give an error. (closes #7088)
This commit is contained in:
@@ -39,6 +39,9 @@ ex_help(exarg_T *eap)
|
||||
int old_KeyTyped = KeyTyped;
|
||||
#endif
|
||||
|
||||
if (ERROR_IF_ANY_POPUP_WINDOW)
|
||||
return;
|
||||
|
||||
if (eap != NULL)
|
||||
{
|
||||
// A ":help" command ends at the first LF, or at a '|' that is
|
||||
|
Reference in New Issue
Block a user