w0rp

Results 194 comments of w0rp
trafficstars

I like that suggestion as an easy way to get a log of things on Unix systems.

I'll have to have a think about this before I merge it. It's probably right.

Projects often have a structure such as `src/*.cpp` for all source files. Running `cppcheck` on the entire directly could be slow without a file filter, which I belive is the...

In order to support this and potentially populating the quickfix list with other results, like search results, we will have to insist that these features cannot be used in combination...

I think this issue was more about being able to jump to location in other files and running language server diagnostics for an entire workspace.

Did you set `g:ale_set_balloons` to `1` before ALE was loaded? You should either do that, or call `ale#balloon#Enable()` yourself after loading ALE.

Are you using Vim in a terminal or as a GUI? If you're using a terminal, you may have to adjust your Vim and terminal settings for mice to work...

Is that in a GUI, or in a terminal?

What's the result of `:set balloonexpr`?

If it doesn't work for you in the MacVim GUI, I don't know. It works for me in my daily uses in GVim. You might have to debug the issue,...