]> granicus.if.org Git - vim/commit
patch 9.0.0883: a silent mapping may cause dots on the command line v9.0.0883
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Nov 2022 22:07:45 +0000 (22:07 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Nov 2022 22:07:45 +0000 (22:07 +0000)
commit698a00f55d60043d51b1c98cbbf3f9fd10badd2f
treec3ef65282e0c2a994d8aca95f68ada9fda8bbf5f
parentc3d27ada14acd02db357f2d16347acc22cb17e93
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)
runtime/doc/map.txt
src/cmdexpand.c
src/version.c