commit | d02e508a18346ca1acb8c0c94c38e62a6ddeefe2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 08 14:22:53 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 08 14:22:53 2020 +0100 |
tree | 874cafc6932126d2b348c3c31a0a7dd510f18cb2 | |
parent | 670218839aef105e83f8effaa1c83100c61c7bcf [diff] [blame] |
patch 8.2.0231: silent system command may clear the screen Problem: Silent system command may clear the screen. Solution: Do not clear the screen in t_te.
diff --git a/src/version.c b/src/version.c index 8bd7d10..db1f9f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 231, +/**/ 230, /**/ 229,