Patch 8.2.0289
Problem: Vim9: :echo did not clear the rest of the line.
Solution: Call msg_clr_eos(). (Ken Takata, closes #5668)
Files: src/vim9execute.c
*** ../vim-8.2.0288/src/vim9execute.c 2020-02-20 20:41:02.983044177 +0100
--- src/vim9execute.c 2020-02-20 22:16:46.172680812 +0100
***************
*** 527,532 ****
--- 527,534 ----
&atstart, &needclr);
clear_tv(tv);
}
+ if (needclr)
+ msg_clr_eos();
ectx.ec_stack.ga_len -= count;
}
break;
*** ../vim-8.2.0288/src/version.c 2020-02-20 22:14:27.249201378 +0100
--- src/version.c 2020-02-20 22:17:31.400515634 +0100
***************
*** 740,741 ****
--- 740,743 ----
{ /* Add new patch number below this line */
+ /**/
+ 289,
/**/
--
I AM THANKFUL...
...for the clothes that fit a little too snug because it
means I have more than enough to eat.
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202002202118.01KLIdlN030771%40masaka.moolenaar.net.