]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0289: Vim9: :echo did not clear the rest of the line v8.2.0289
authorBram Moolenaar <Bram@vim.org>
Thu, 20 Feb 2020 21:18:06 +0000 (22:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Feb 2020 21:18:06 +0000 (22:18 +0100)
commite0807ea4a715334bd9a4795d98cad6e7925b5281
tree59b671fbb9f32847b4afde1ee5c026c8746c4964
parent0062c2d4f91caa2360933068ac46c55bdd303b53
patch 8.2.0289: Vim9: :echo did not clear the rest of the line

Problem:    Vim9: :echo did not clear the rest of the line.
Solution:   Call msg_clr_eos(). (Ken Takata, closes #5668)
src/version.c
src/vim9execute.c