]> granicus.if.org Git - vim/commitdiff
patch 8.2.0205: error code E899 used twice v8.2.0205
authorBram Moolenaar <Bram@vim.org>
Mon, 3 Feb 2020 21:58:48 +0000 (22:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 3 Feb 2020 21:58:48 +0000 (22:58 +0100)
Problem:    Error code E899 used twice.
Solution:   Use E863 for the terminal in popup error.

src/popupwin.c
src/version.c

index 714f457febcf7337373bcd7bfdd5dc4495edc12c..c43800099fe555678c4da8dd7a68a417b33d9aba 100644 (file)
@@ -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;
index c3dbec81d3ca746ab077771383d5f719f55eca38..63461bd7cc6fdd602dfa8b9977c754c19ed945d5 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    205,
 /**/
     204,
 /**/