mirror of
https://github.com/vim/vim.git
synced 2025-09-08 22:13:47 -04:00
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)