tagbar icon indicating copy to clipboard operation
tagbar copied to clipboard

Getting "Press enter to continue" prompt. Prototype is not wrapping correctly in the command line.

Open artemvmin opened this issue 6 years ago • 4 comments

artemvmin avatar Sep 21 '18 22:09 artemvmin

Pausing over a method causes the proto to be written to the command line, which wraps and causes the following prompt: "Press ENTER or type command to continue"

As a short term solution, I would recommend providing a way to disable this "hover->show proto" functionality.

artemvmin avatar Sep 21 '18 22:09 artemvmin

I'm running Vim 8.0.

artemvmin avatar Sep 21 '18 22:09 artemvmin

I set g:tagbar_silent as a temporary fix.

artemvmin avatar Sep 21 '18 22:09 artemvmin

Yes, that's somewhat less than ideal and a PR that added an option flag to disable this "feature" would be lovely if anybody wants to contribute such a thing!

alerque avatar Dec 03 '19 09:12 alerque