Comments
-
Greg Hurrell
Most reliable recipe I've come up with so far to reproduce:
-
<Leader>t
: bring up match listing <CR>
: open something-
<Leader>t
: bring up match listing -
<CR>
: open something else (merely reopening the same file won't work) -
<Leader>t
: bring up match listing; now visible "--No lines in buffer--"
Note that it doesn't matter whether you open with
<CR>
or<C-CR>
etc. -
-
Greg Hurrell
After a lot of experimentation with
silent
, and forced redraws, and changing the order of things, I am unable to get rid of the "--No lines in buffer--" message.The only way I've been able to suppress the display of the message is to not destroy the match window (with
:bwipeout!
). This obviously breaks the plug-in, so I can't simply eliminate that line, but it does at least suppress the message. I'm going to try some other experiments around that point of the code in order to see what I can do.
Add a comment
Comments are now closed for this issue.