diff src/version.c @ 19346:0dd8d1291439 v8.2.0231

patch 8.2.0231: silent system command may clear the screen Commit: https://github.com/vim/vim/commit/d02e508a18346ca1acb8c0c94c38e62a6ddeefe2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 8 14:22:53 2020 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Feb 2020 14:30:09 +0100
parents 77794a1d7e98
children b6da81589f8c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    231,
+/**/
     230,
 /**/
     229,