Patch 8.0.0436
Problem: Running the options test sometimes resizes the terminal.
Solution: Clear out t_WS.
Files: src/testdir/gen_opt_test.vim
*** ../vim-8.0.0435/src/testdir/gen_opt_test.vim 2017-03-08
00:01:31.489347798 +0100
--- src/testdir/gen_opt_test.vim 2017-03-09 12:57:48.372314842 +0100
***************
*** 7,16 ****
--- 7,19 ----
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
*** ../vim-8.0.0435/src/version.c 2017-03-09 12:09:27.188601005 +0100
--- src/version.c 2017-03-09 12:59:28.035617968 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 436,
/**/
--
In order for something to become clean, something else must become dirty;
but you can get everything dirty without getting anything clean.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.