ConradIrwin / vim-bracketed-paste

Handles bracketed-paste-mode in vim (aka. automatic `:set paste`)
MIT License
481 stars 28 forks source link

Some commands don't clear in Tmux (showcmd) #6

Open amcsi opened 10 years ago

amcsi commented 10 years ago

I have done a bisect to find out why some commands don't clear from showcmd in my vim in tmux, and I found that this plugin, and to precise the commit 2523defcb631d7450ee0e8512780c98a7ed535cb is the culprit.

E.g. I want to type ri to replace the character my cursor is on to "i" Expected: after "r" shows in showcmd, then "i" is pressed, showcmd should be cleared Actual: showcmd is not cleared