1
0
forked from aniani/vim

patch 8.2.1805: Unix: terminal mode changed when using ":shell"

Problem:    Unix: terminal mode changed when using ":shell".
Solution:   Avoid calling settmode() when not needed. (issue #7079)
This commit is contained in:
Bram Moolenaar
2020-10-05 21:39:25 +02:00
parent 50c4e9e08f
commit 80361a5f2b
2 changed files with 10 additions and 4 deletions

View File

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