commit | 80361a5f2b134c88597d60b3d363b52084e712a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 05 21:39:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 05 21:39:25 2020 +0200 |
tree | 0bfcfbe561c9590c0fc5bed55f6d561c489f943b | |
parent | 50c4e9e08fb0981892e33afb9fe3751aa6df1fa4 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index cfd0d54..b8b9917 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1805, +/**/ 1804, /**/ 1803,