1
0
forked from aniani/vim

patch 8.2.2307: a shell command in the vimrc causes terminal output

Problem:    A shell command in the vimrc causes terminal output.
Solution:   Do not call starttermcap() after a shell command if the termcap
            wasn't active before.
This commit is contained in:
Bram Moolenaar
2021-01-07 14:45:03 +01:00
parent 32b3f82010
commit ebbf11c119
2 changed files with 3 additions and 5 deletions

View File

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