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 -- [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.