]> granicus.if.org Git - vim/commitdiff
patch 8.0.0436: running the options test sometimes resizes the terminal v8.0.0436
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Mar 2017 12:55:01 +0000 (13:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Mar 2017 12:55:01 +0000 (13:55 +0100)
Problem:    Running the options test sometimes resizes the terminal.
Solution:   Clear out t_WS.

src/testdir/gen_opt_test.vim
src/version.c

index 4701981ee82d84a32a8856674369a9cee27edef9..16723be04ce3232922ef729388082c167e43d6e0 100644 (file)
@@ -7,10 +7,13 @@ if 1
 
 set nomore
 
+" The terminal size is restored at the end.
+" Clear out t_WS, we don't want to resize the actual terminal.
 let script = [
       \ 'let save_columns = &columns',
       \ 'let save_lines = &lines',
       \ 'let save_term = &term',
+      \ 'set t_WS=',
       \ ]
 
 /#define p_term
index 1eea36e91c1a2bd1bce4deb66d23d9ab86f33b8b..870b66b46e5aa2fdb41d6bf15b5b71d5915505bc 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    436,
 /**/
     435,
 /**/