mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.0205: error code E899 used twice
Problem: Error code E899 used twice. Solution: Use E863 for the terminal in popup error.
This commit is contained in:
@@ -2873,7 +2873,7 @@ error_if_term_popup_window()
|
||||
if (WIN_IS_POPUP(curwin) && curbuf->b_term != NULL
|
||||
&& term_job_running(curbuf->b_term))
|
||||
{
|
||||
emsg(_("E899: Not allowed for a terminal in a popup window"));
|
||||
emsg(_("E863: Not allowed for a terminal in a popup window"));
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user