commit | e0807ea4a715334bd9a4795d98cad6e7925b5281 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 22:18:06 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 22:18:06 2020 +0100 |
tree | 59b671fbb9f32847b4afde1ee5c026c8746c4964 | |
parent | 0062c2d4f91caa2360933068ac46c55bdd303b53 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 39a0fda..75e02ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 289, +/**/ 288, /**/ 287,