1
0
forked from aniani/vim

patch 8.2.0862: ":term ++curwin" makes the current buffer hidden

Problem:    ":term ++curwin" makes the current buffer hidden. (Harm te
            Hennepe)
Solution:   Do not hide the current buffer. (closes #6170)
This commit is contained in:
Bram Moolenaar
2020-05-31 16:04:42 +02:00
parent cfb4b47de0
commit b10090928c
3 changed files with 15 additions and 8 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
862,
/**/
861,
/**/