cmdline-hl.nvim
cmdline-hl.nvim copied to clipboard
Command string still visible after executing command that echoes back
To reproduce, just type :set conceallevel?. You will get back what is shown in the image below:
The l? characters are leftovers from the :set conceallevel? command.
Upstream issue: https://github.com/neovim/neovim/issues/28593