cmdline-hl.nvim icon indicating copy to clipboard operation
cmdline-hl.nvim copied to clipboard

Command string still visible after executing command that echoes back

Open nkakouros opened this issue 1 year ago • 1 comments

To reproduce, just type :set conceallevel?. You will get back what is shown in the image below:

Screenshot 2024-05-01 at 16 18 23

The l? characters are leftovers from the :set conceallevel? command.

nkakouros avatar May 01 '24 14:05 nkakouros

Upstream issue: https://github.com/neovim/neovim/issues/28593

Sam-programs avatar May 04 '24 10:05 Sam-programs