commit | 698a00f55d60043d51b1c98cbbf3f9fd10badd2f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 14 22:07:45 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 14 22:07:45 2022 +0000 |
tree | c3ef65282e0c2a994d8aca95f68ada9fda8bbf5f | |
parent | c3d27ada14acd02db357f2d16347acc22cb17e93 [diff] [blame] |
patch 9.0.0883: a silent mapping may cause dots on the command line Problem: A silent mapping may cause dots on the command line. Solution: Don't show dots for completion if they are not going to be removed again. (closes #11501)
diff --git a/src/version.c b/src/version.c index a35a172..7fae79d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 883, +/**/ 882, /**/ 881,