Hi,

> Since no one else has answered so far -- I don't think so.

Thanks for the answer. I now decided to use ballonexpr. The bexpr
function returns the text of an qfl item only if v:beval_col is 1. I
originally wanted to avoid the use of balloonexpr in order not to
interfere with other plugins that use this option. But I now save the
original value of &balloonexpr and evaluate the original expression if
the cursor isn't at col 1, which seems to work. It would be nice
though if balloonexpr were a comma-separated list.

> I see no way to know that the left mouse click occurred while on the status 
> line bar in order to avoid the file opening action

I find it slightly odd that a click on the the status line bar
triggers a map in the window but there certainly is a reason for that.
Anyway, I think you could test v:mouse_lnum < line('w$'). It seems to
me that the value of v:mouse_lnum is one off if you click on the
status bar.

Regards,
Thomas.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to