To: vim_dev@googlegroups.com Subject: Patch 8.0.1684 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1684 Problem: ml_get errors when using terminal window for shell command. (Blay263) Solution: Do not change the size of the current window. Files: src/terminal.c *** ../vim-8.0.1683/src/terminal.c 2018-04-10 12:04:23.374053582 +0200 --- src/terminal.c 2018-04-10 14:49:34.672951064 +0200 *************** *** 225,232 **** * at the command line and scroll up as needed, using tl_toprow. */ term->tl_rows = Rows; term->tl_cols = Columns; } - else #endif if (*curwin->w_p_tms != NUL) { --- 225,232 ---- * at the command line and scroll up as needed, using tl_toprow. */ term->tl_rows = Rows; term->tl_cols = Columns; + return; } #endif if (*curwin->w_p_tms != NUL) { *** ../vim-8.0.1683/src/version.c 2018-04-10 13:26:44.751724271 +0200 --- src/version.c 2018-04-10 14:52:09.091848687 +0200 *************** *** 764,765 **** --- 764,767 ---- { /* Add new patch number below this line */ + /**/ + 1684, /**/ -- Drink wet cement and get really stoned. /// Bram Moolenaar -- Bram@Moolenaar.net -- 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 ///